Fixed css scrollbar gutters
This commit is contained in:
parent
e10ff1d3df
commit
40b1ceb56e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
scrollbar-gutter: stable both-edges;
|
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
@ -17,6 +16,7 @@ body {
|
||||||
#main {
|
#main {
|
||||||
padding-left:1em;
|
padding-left:1em;
|
||||||
padding-right:1em;
|
padding-right:1em;
|
||||||
|
scrollbar-gutter: stable both-edges;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
|
|
Loading…
Add table
Reference in a new issue