fix safari wobble

This commit is contained in:
blueb 2023-08-21 22:25:29 -04:00
parent aeb14b2071
commit e39cbf26a4

View File

@ -665,6 +665,9 @@ button:active,
.popup-tab-content[data-enabled="false"] { .popup-tab-content[data-enabled="false"] {
display: none; display: none;
} }
.popup-tab-content {
overflow-x: hidden!important;
}
#popup-tabs { #popup-tabs {
z-index: 999; z-index: 999;
bottom: 0; bottom: 0;
@ -1199,7 +1202,7 @@ button:active,
width: auto; width: auto;
flex-direction: column; flex-direction: column;
flex-wrap: nowrap; flex-wrap: nowrap;
overflow-x: scroll; overflow-x: hidden!important;
} }
.switch-vertical.first { .switch-vertical.first {
border-top-left-radius: 5px 6px!important; border-top-left-radius: 5px 6px!important;
@ -1210,4 +1213,5 @@ button:active,
border-bottom-left-radius: 5px 6px!important; border-bottom-left-radius: 5px 6px!important;
border-bottom-right-radius: 5px 6px!important; border-bottom-right-radius: 5px 6px!important;
border-top-right-radius: 0px; border-top-right-radius: 0px;
} }