summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardBody.styl
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/boards/boardBody.styl')
-rw-r--r--client/components/boards/boardBody.styl17
1 files changed, 5 insertions, 12 deletions
diff --git a/client/components/boards/boardBody.styl b/client/components/boards/boardBody.styl
index b0649f45..dd961bae 100644
--- a/client/components/boards/boardBody.styl
+++ b/client/components/boards/boardBody.styl
@@ -26,11 +26,10 @@ position()
animation: fadeIn 0.2s
z-index: 16
- &.next-sidebar
+ &.is-sibling-sidebar-open
margin-right: 248px
&.is-dragging-active
-
.open-minicard-composer,
.minicard-wrapper.is-checked
display: none
@@ -39,14 +38,8 @@ position()
align-items: flex-start
display: flex
flex-direction: row
- margin-bottom: 10px
- overflow: auto
- padding-bottom: 5px
+ margin: 0 10px 10px
+ padding: 0 25px 5px 0
+ overflow-x: auto
+ overflow-y: hidden
position: cover
-
- // In order for the card details pane to overlap the header we need to
- // virtually increase this container size with the below hack. (Note that it
- // is not possible to set overflow-x: auto, overflow-y: hidden as I
- // originally tried).
- padding-top: 10px
- top: -10px