aboutsummaryrefslogtreecommitdiff
path: root/web/public/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'web/public/stylesheets')
-rw-r--r--web/public/stylesheets/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/public/stylesheets/style.css b/web/public/stylesheets/style.css
index fd6ed87..71002de 100644
--- a/web/public/stylesheets/style.css
+++ b/web/public/stylesheets/style.css
@@ -102,3 +102,10 @@ a {
float: right;
margin-right: 10px;
}
+#toggle-container {
+ position: fixed;
+ float: right;
+ z-index: 2;
+ bottom: 25px;
+ right: 25px;
+}