From 018bb343b5eadba9b8367286634c39db454a53fa Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Thu, 14 May 2015 15:21:48 +0200 Subject: Fix new list form Fixes #157. --- client/components/sidebar/sidebar.styl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'client/components/sidebar') 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 -- cgit v1.2.3-1-g7c22