From aeab9e8d0e8a058bcd3e1669b5a46193ea390131 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Thu, 15 Sep 2022 13:52:11 -0500 Subject: [PATCH] Fix overflow --- templates/organization/contest/add.html | 3 +++ 1 file changed, 3 insertions(+) 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 %}