layout minfix

This commit is contained in:
xdrm-brackets 2018-03-04 18:52:36 +01:00
parent 83bb8c803a
commit cb0b06feb2
1 changed files with 6 additions and 4 deletions

View File

@ -369,11 +369,11 @@
display: flex;
position: fixed;
top: #{$header-height + 1em};
left: calc( 100% - 20em + 1em );
top: #{$header-height + .5em };
left: calc( 100% - 20em );
// deflt - marg - scrollBarOffset
width: calc( 20em - 2*1em - 1em );
height: calc( 100% - 2*1em - #{$header-height} );
width: calc( 20em - 2*.5em - .5em );
height: calc( 100% - 2*.5em - #{$header-height} );
border-radius: 3px / 3px;
background-color: #fff;
@ -386,6 +386,8 @@
align-items: flex-start;
flex-wrap: nowrap;
overflow: hidden;
overflow-y: auto;
/* (1) Filter Group */
& > div[title]{