Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pfadfinder-konstanz/hugo-dpsg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/style.css')
-rw-r--r--assets/css/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index ea4c1d5..3a95c0e 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -25,6 +25,13 @@ section {
display: block;
}
+nav {
+ position: sticky;
+ position: -webkit-sticky;
+ top: 0;
+ z-index: 1;
+}
+
:focus::-webkit-input-placeholder {
color: transparent;
}