mirror of
https://github.com/zyllian/webdog.git
synced 2025-01-17 19:22:21 -08: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 {
|
||||
padding: 8px;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -28,6 +28,6 @@
|
|||
|
||||
& > pre {
|
||||
padding: 8px;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue