Another attempt at fixing the background clipping

This commit is contained in:
2016-10-20 19:21:58 +02:00
parent 26c7b61ec0
commit 714430203d
2 changed files with 9 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ body
#app-main #app-main
display: flex display: flex
align-items: stretch align-items: stretch
height: 100% position: relative
#col_sidebar #col_sidebar
width: $sidebar-width width: $sidebar-width
@@ -20,16 +20,17 @@ body
flex-direction: column flex-direction: column
position: relative position: relative
flex: 0 0 auto flex: 0 0 auto
height: 100%
min-width: 150px min-width: 150px
height: 100%
min-height: 100%
position: relative
#col_main #col_main
background-color: white
border-right: thin solid $color-background-dark
width: 50% // gets overriden by JS, dragging the col-splitter width: 50% // gets overriden by JS, dragging the col-splitter
#col_right #col_right
flex: 1 1 auto flex: 1 1 auto
padding-left: 8px // to compensate width of the splitter, which is positioned 'fixed'
.col_header .col_header
position: relative position: relative
@@ -62,7 +63,9 @@ body
background-color: $color-background background-color: $color-background
min-height: 200px min-height: 200px
cursor: col-resize cursor: col-resize
position: relative position: fixed
top: 0
bottom: 0
z-index: 1 z-index: 1
.flyout.notifications .flyout.notifications

View File

@@ -159,6 +159,7 @@
height: 100% height: 100%
color: rgba($color-text-dark-hint, .5) color: rgba($color-text-dark-hint, .5)
cursor: default cursor: default
padding: 15px 10px
font: font:
size: 2em size: 2em
weight: 100 weight: 100