mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 02:26:42 -07:00
fix default styles making code scrollbars always visible on chrome
This commit is contained in:
parent
cb0c4e7391
commit
e44b219335
2 changed files with 2 additions and 2 deletions
|
@ -206,6 +206,6 @@ abbr {
|
||||||
|
|
||||||
& > pre {
|
& > pre {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,6 +28,6 @@
|
||||||
|
|
||||||
& > pre {
|
& > pre {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue