From aadf663623757750aadb400c2b49670fe18f6c39 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Fri, 30 Jun 2023 07:57:33 +1200 Subject: [PATCH] Add scrollbar on dropdowns --- shared/naturalcrit/nav/nav.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shared/naturalcrit/nav/nav.less b/shared/naturalcrit/nav/nav.less index e01715a95..e3a58a33a 100644 --- a/shared/naturalcrit/nav/nav.less +++ b/shared/naturalcrit/nav/nav.less @@ -79,6 +79,8 @@ nav{ left : 0px; z-index : 10000; width : 100%; + overflow : hidden auto; + max-height : calc(100vh - 28px); .navItem{ animation-name: glideDropDown; animation-duration: 0.4s;