Merge pull request #9990 from overleaf/jel-react-dash-dropdown

[web] React dash - Fix project dropdown overflow

GitOrigin-RevId: 30fc7cd270d393856c0f082f4638588260fefc13
This commit is contained in:
Timothée Alby 2022-10-17 12:14:16 +02:00 committed by Copybot
parent adeaf4de79
commit 48310f3715

View file

@ -46,8 +46,6 @@
height: 100%; height: 100%;
padding-left: 15px; padding-left: 15px;
padding-right: 15px; padding-right: 15px;
overflow-x: hidden;
overflow-y: auto;
-ms-overflow-style: -ms-autohiding-scrollbar; -ms-overflow-style: -ms-autohiding-scrollbar;
padding-top: @content-margin-vertical; padding-top: @content-margin-vertical;
padding-bottom: @content-margin-vertical; padding-bottom: @content-margin-vertical;