let the menu scroll
Ted Unangst tedu@tedunangst.com
Sun, 29 Sep 2019 19:09:57 -0400
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
views/style.css
→
views/style.css
@@ -58,6 +58,8 @@ padding: 1em;
position: fixed; top: 0; display: inline; + max-height: 100%; + overflow: auto; } header > details[open] { background: $bg-dark;