aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/assets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/src/main/assets/style.css')
-rw-r--r--juick-www/src/main/assets/style.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/juick-www/src/main/assets/style.css b/juick-www/src/main/assets/style.css
index 20b2a0b7..82d2a91e 100644
--- a/juick-www/src/main/assets/style.css
+++ b/juick-www/src/main/assets/style.css
@@ -96,8 +96,6 @@ html {
color: #fff;
}
body > header {
- box-shadow: 0 0 3px rgba(0, 0, 0, 0.28);
- background: #fff;
position: fixed;
top: 0;
width: 100%;
@@ -121,6 +119,10 @@ body > header {
flex-wrap: wrap;
padding: 4px;
}
+.header--background {
+ box-shadow: 0 0 3px rgba(0, 0, 0, 0.28);
+ background: #fff;
+}
.header--hidden {
transform: translateY(-100%);
}