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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/js/assets/scss/hacks.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/js/assets/scss/hacks.scss b/src/js/assets/scss/hacks.scss
index 0c84e926..4e957787 100644
--- a/src/js/assets/scss/hacks.scss
+++ b/src/js/assets/scss/hacks.scss
@@ -10,6 +10,10 @@
background-clip: initial !important;
}
+.app-sidebar {
+ top: 0 !important;
+}
+
.action-item.action-item--single.app-navigation-toggle.undefined.has-tooltip {
top: 4px;
margin-right: -50px;