Fix overflow
This commit is contained in:
parent
2633db27d8
commit
aeab9e8d0e
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@
|
||||||
.middle-content {
|
.middle-content {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
#three-col-container {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue