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;
|
||||
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue