summaryrefslogtreecommitdiff
path: root/assets/css/screen.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/screen.css')
-rw-r--r--assets/css/screen.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css
index 5d8513d..df8aec3 100644
--- a/assets/css/screen.css
+++ b/assets/css/screen.css
@@ -1,3 +1,7 @@
+html {
+ scroll-padding-top: 70px; /* height of sticky header */
+}
+
html, body {
background-color: #fff;
width: 100%;
@@ -175,7 +179,6 @@ table {
a.message-anchor {
display: block;
position: relative;
- top: -80px;
visibility: hidden;
}