diff --git a/views/style.css b/views/style.css index 38d6303..1d85ac5 100644 --- a/views/style.css +++ b/views/style.css @@ -58,6 +58,8 @@ header > details { position: fixed; top: 0; display: inline; + max-height: 100%; + overflow: auto; } header > details[open] { background: $bg-dark;