mirror of
https://github.com/jdan/98.css.git
synced 2025-07-31 19:10:17 +02:00
give pre a scrollbar on mobile
This commit is contained in:
@@ -140,4 +140,8 @@ button.active {
|
||||
display: block;
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
pre {
|
||||
overflow-x: scroll;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user