Allow sync dropdowns to overflow action bar

This commit is contained in:
DonVoo 2026-07-13 12:57:06 +02:00
parent 181a91c660
commit 53a87e57dd
2 changed files with 17 additions and 18 deletions

View file

@ -178,8 +178,7 @@ body.ol2013 {
padding: 0 10px;
border-bottom: 1px solid var(--ol-blue-dark);
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .04);
overflow-x: auto;
overflow-y: hidden;
overflow: visible;
white-space: nowrap;
}
.action-search {