fix(ui): remove scrollbars from menu dropdown

This commit is contained in:
Łukasz Mierzwa
2022-04-14 12:49:10 +01:00
committed by Łukasz Mierzwa
parent 3936f2e308
commit 6badc8a6ae

View File

@@ -1,6 +1,6 @@
.dropdown-menu.components-navbar-historymenu {
white-space: nowrap;
overflow: scroll;
overflow: overlay;
width: 100%;
}