mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-16 18:28:29 +00:00
fix safari wobble
This commit is contained in:
parent
aeb14b2071
commit
e39cbf26a4
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user