Added scrollbar gutter css feature
This commit is contained in:
parent
c8716b79b8
commit
298fd23f17
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
* {
|
||||
box-sizing: border-box;
|
||||
scrollbar-gutter: stable both-edges;
|
||||
}
|
||||
body {
|
||||
display: grid;
|
||||
|
|
Loading…
Add table
Reference in a new issue