mirror of
https://github.com/minoplhy/crappy-reverie.git
synced 2024-11-14 21:36:57 +00:00
avoid unnecessary scrollbars
This commit is contained in:
parent
cf2ebf4c0f
commit
42f752a2b8
@ -1,7 +1,7 @@
|
|||||||
.highlight {
|
.highlight {
|
||||||
background-color: #1e1c3f;
|
background-color: #1e1c3f;
|
||||||
padding: 7px 7px 7px 10px;
|
padding: 7px 7px 7px 10px;
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
font-size: 95%;
|
font-size: 95%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user