Browse Source

fix scroll target depending on header state

Falko Schindler 2 years ago
parent
commit
ea43edc8c8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      website/static/style.css

+ 2 - 1
website/static/style.css

@@ -37,7 +37,8 @@ a:active:not(.browser-window *) {
   background-color: #5a99ff;
 }
 .q-header.fade {
-  height: 50px;
+  padding-top: 20px;
+  transform: translateY(-20px);
   background-color: #5a99ffd0;
   backdrop-filter: blur(5px);
 }