Elastic: Fix jQuery-UI menus positioning

pull/6414/head
Aleksander Machniak 6 years ago
parent 4a6a494f27
commit 94f8e4607d

@ -27,6 +27,8 @@
overflow-x: hidden;
max-height: 400px;
border-radius: .3rem;
z-index: 240;
position: absolute;
.ui-state-active {
border: 0 !important;
@ -35,6 +37,7 @@
.ui-menu-item {
white-space: nowrap;
cursor: default;
}
.ui-menu-item-wrapper {

Loading…
Cancel
Save