X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ultimate.css;h=e6208f76e9a798c7b6aadd02c9f117bfd9faf652;hb=baa9fba20fa3233d7db196f4a5fff1c6a1d1cdb1;hp=c3779237b5e6c499dc54f50790da6a73a8eb4cbc;hpb=7626b7a98269f414e882c0a9c665f1b2881a0149;p=pkanalytics diff --git a/ultimate.css b/ultimate.css index c377923..e6208f7 100644 --- a/ultimate.css +++ b/ultimate.css @@ -68,6 +68,9 @@ display: inline-block; top: 2px; } +#filter-add-menu, #filter-submenu { + z-index: 1; +} #filter-add-menu { display: none; /* display: block; */ @@ -112,9 +115,13 @@ div.option input[type="checkbox"] { } table { border-collapse: collapse; + margin-bottom: calc(100vh - 4lh); } th { - background-color: rgba(0, 0, 0, 0.05); + background-color: rgb(95% 95% 95%); + position: sticky; + z-index: 0; + top: 0; } tr { border-top: 1px solid #ddd;