Fix 2 dots that are visible on light backgrounds #1383

This commit is contained in:
Chris Hunt
2024-11-05 10:42:05 +00:00
parent 395c775d4e
commit 5ccb87cd7f
3 changed files with 3 additions and 2 deletions

View File

@@ -141,6 +141,7 @@ body {
top: -58px;
transition: all .35s ease-in-out;
z-index: 1;
overflow: hidden;
ul {
display: inline-block;
list-style: none;