summaryrefslogtreecommitdiff
path: root/web/sidebar.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/sidebar.html')
-rw-r--r--web/sidebar.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/sidebar.html b/web/sidebar.html
index 7ea629cc0..b7c3e7555 100644
--- a/web/sidebar.html
+++ b/web/sidebar.html
@@ -1,7 +1,9 @@
<style>
div.nav {
- float: left;
margin-right: 4em;
+ height: 100vh;
+ width: 10%;
+ position: fixed;
}
li.nav {
border: 1px solid rgba(57, 61, 65, 0.50);