summaryrefslogtreecommitdiffstats
path: root/public_html/data/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public_html/data/css/style.css')
-rw-r--r--public_html/data/css/style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/public_html/data/css/style.css b/public_html/data/css/style.css
index 2996ff3d5..48bebdb12 100644
--- a/public_html/data/css/style.css
+++ b/public_html/data/css/style.css
@@ -59,7 +59,17 @@
}
.nav-history {
+ height: 63px;
+}
+
+.nav-history .container {
+ padding-top: 20px;
margin-bottom: 1em;
+ position: fixed;
+ background: #fff;
+ left: 0;
+ right: 0;
+ margin-top: -19px;
}
.navbar-paste {
@@ -88,6 +98,12 @@
.navbar-fixed-top {
position: relative;
}
+ .nav-history .container {
+ position: relative;
+ }
+ .nav-history {
+ height: auto;
+ }
}
@media (min-width: 768px) {