summaryrefslogtreecommitdiffstats
path: root/client/components/sidebar/sidebar.styl
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/sidebar/sidebar.styl')
-rw-r--r--client/components/sidebar/sidebar.styl9
1 files changed, 5 insertions, 4 deletions
diff --git a/client/components/sidebar/sidebar.styl b/client/components/sidebar/sidebar.styl
index 4b741dc7..a5bc3dc5 100644
--- a/client/components/sidebar/sidebar.styl
+++ b/client/components/sidebar/sidebar.styl
@@ -1,6 +1,11 @@
@import 'nib'
.sidebar
+ position: absolute
+ top: 0
+ bottom: 0
+ right: 0
+
.sidebar-content
padding: 10px 20px
background: white
@@ -22,10 +27,7 @@
.board-sidebar
width: 248px
- position: absolute
- top: 0
right: -@width
- bottom: 0
transition: top .1s, right .1s, width .1s
&.is-open
@@ -104,7 +106,6 @@
.toggle-widget-nav
color: #4d4d4d
-
.board-widget-title
display: block
min-height: 20px