mirror of
https://github.com/Dangoware/confetti-box.git
synced 2025-04-19 07:12:58 -05:00
Fix overflow scrollbars on chrome
This commit is contained in:
parent
7033220688
commit
37b6838866
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ pre {
|
|||
background-color: #161b22;
|
||||
font-size: 11pt;
|
||||
padding: 10px;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
tab-size: 4;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue