Added scrollbar gutter css feature

This commit is contained in:
Julien Dessaux 2021-12-10 12:16:28 +01:00
parent c8716b79b8
commit 298fd23f17

View file

@ -1,5 +1,6 @@
* {
box-sizing: border-box;
scrollbar-gutter: stable both-edges;
}
body {
display: grid;