- commit
- 51bf06ea8ea10eea8d8795bbbd60d8380a675a59
- parent
- c7a8ad03b7342c76c6d4f3d380260c74f0fd4d63
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2017-12-16 21:10
styleguide: fix nav on small screens
Diffstat
| M | examples/styleguide.html | 6 | +++++- |
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/styleguide.html b/examples/styleguide.html
@@ -17,7 +17,11 @@ main {
17 17 list-style: none;
18 18 text-align: right;
19 19 position: fixed;
20 -1 top: 1em;
-1 20 top: 0;
-1 21 padding: 1em;
-1 22 padding-left: 0;
-1 23 max-height: 100vh;
-1 24 overflow-y: auto;
21 25 }
22 26 .example {
23 27 border: 2px solid silver;