fix(ui): remove scrollbars from menu dropdown

This commit is contained in:
Łukasz Mierzwa
2022-04-14 13:12:40 +01:00
committed by Łukasz Mierzwa
parent 3936f2e308
commit 6badc8a6ae
+1 -1
View File
@@ -1,6 +1,6 @@
.dropdown-menu.components-navbar-historymenu {
white-space: nowrap;
overflow: scroll;
overflow: overlay;
width: 100%;
}