Fixed css scrollbar gutters

This commit is contained in:
Julien Dessaux 2022-10-12 21:43:33 +02:00
parent e10ff1d3df
commit 40b1ceb56e
Signed by: adyxax
GPG key ID: F92E51B86E07177E

View file

@ -1,6 +1,5 @@
* {
box-sizing: border-box;
scrollbar-gutter: stable both-edges;
}
body {
display: grid;
@ -17,6 +16,7 @@ body {
#main {
padding-left:1em;
padding-right:1em;
scrollbar-gutter: stable both-edges;
}
p {
text-align: justify;