fix: Prevent scrolling behind menus and modals in Safari iOS (#35183)
This commit is contained in:
parent
dbb20f76a7
commit
c1ef1f62d5
4 changed files with 24 additions and 88 deletions
|
|
@ -2896,10 +2896,6 @@ a.account__display-name {
|
|||
border-top: 1px solid var(--background-border-color);
|
||||
box-sizing: border-box;
|
||||
|
||||
.with-modals--active & {
|
||||
padding-right: var(--root-scrollbar-width);
|
||||
}
|
||||
|
||||
.layout-multiple-columns & {
|
||||
display: none;
|
||||
}
|
||||
|
|
@ -3170,7 +3166,7 @@ a.account__display-name {
|
|||
.navigation-panel {
|
||||
margin: 0;
|
||||
border-inline-start: 1px solid var(--background-border-color);
|
||||
height: 100vh;
|
||||
height: 100dvh;
|
||||
}
|
||||
|
||||
.navigation-panel__banner,
|
||||
|
|
@ -3228,6 +3224,7 @@ a.account__display-name {
|
|||
.navigation-panel {
|
||||
width: 284px;
|
||||
overflow-y: auto;
|
||||
scrollbar-width: thin;
|
||||
|
||||
&__menu {
|
||||
flex-shrink: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue