Fix overflow

This commit is contained in:
cuom1999 2022-09-15 13:52:11 -05:00
parent 2633db27d8
commit aeab9e8d0e

View file

@ -24,6 +24,9 @@
.middle-content {
z-index: 1;
}
#three-col-container {
overflow: auto;
}
</style>
{% endblock %}