1
0
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:
Jordan Scales
2020-04-21 21:20:58 -04:00
parent 68d7366ddf
commit 5509453e21

View File

@@ -140,4 +140,8 @@ button.active {
display: block;
margin-top: 24px;
}
pre {
overflow-x: scroll;
}
}