fix: Mobile dropdown positioning

This commit is contained in:
Rene Hampölz 2023-06-17 18:29:57 +00:00
parent 5cd879484a
commit d197636eda

View file

@ -888,11 +888,11 @@ input[type="checkbox"] {
border-bottom-right-radius: inherit; border-bottom-right-radius: inherit;
} }
.rl-left-panel-disabled #rl-app .dropdown-menu { .rl-left-panel-disabled #rl-app .dropdown-menu:not(.right-edge) {
position: fixed; position: fixed;
top: auto; top: auto;
left: auto; left: 5px;
right: 5px; right: auto;
} }
/* #endregion */ /* #endregion */