diff --git a/templates/organization/contest/add.html b/templates/organization/contest/add.html index 0841b59..ff24057 100644 --- a/templates/organization/contest/add.html +++ b/templates/organization/contest/add.html @@ -24,6 +24,9 @@ .middle-content { z-index: 1; } + #three-col-container { + overflow: auto; + } {% endblock %}