fix(web): prevent layout change from scrollbar in admin setings (#6482)
stable scrollbar
This commit is contained in:
@@ -132,4 +132,8 @@ input:focus-visible {
|
||||
display: none;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
.scrollbar-stable {
|
||||
scrollbar-gutter: stable both-edges;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user