diff --git a/static/css/layout.css b/static/css/layout.css index 508f854a..879a3249 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -4,7 +4,7 @@ width: 100%; position: relative; overflow-x: hidden; /* Prevent horizontal scrolling */ - overflow-y: auto; /* Enable vertical scrolling */ + overflow-y: scroll; /* Enable vertical scrolling */ } .container {