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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarkascha <github@christian-reiner.info>2013-07-12 14:01:01 +0400
committerarkascha <github@christian-reiner.info>2013-07-12 14:01:01 +0400
commit368a6b373ffad6efcdd92fcf314fc6092a27c7e1 (patch)
treedd2e3e7605255be462e384d3672d74d5d18fe18a /fluxx_compensator
parente0e1616706f4a0968d988e492a469b59ae2cce5d (diff)
fluxx-compensator: Prevent scrolling of fluxx handle.
Diffstat (limited to 'fluxx_compensator')
-rw-r--r--fluxx_compensator/css/fluxx.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluxx_compensator/css/fluxx.css b/fluxx_compensator/css/fluxx.css
index 6015c5416..eb487a1b8 100644
--- a/fluxx_compensator/css/fluxx.css
+++ b/fluxx_compensator/css/fluxx.css
@@ -31,7 +31,7 @@
/* style the 'handle' itself used to switch the navigation */
.fluxx-handle {
opacity: 0.6;
- position: absolute;
+ position: fixed;
width: 12px;
height: 12px;
border: 0.5px solid #666;