layout minfix
This commit is contained in:
parent
83bb8c803a
commit
cb0b06feb2
|
@ -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]{
|
||||
|
|
Loading…
Reference in New Issue