fix(web): prevent layout change from scrollbar in admin setings (#6482)

stable scrollbar
This commit is contained in:
Mert
2024-01-18 22:30:48 -05:00
committed by GitHub
parent 20c284407c
commit b4d1470586
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -132,4 +132,8 @@ input:focus-visible {
display: none;
scrollbar-width: none;
}
.scrollbar-stable {
scrollbar-gutter: stable both-edges;
}
}