layout minfix
This commit is contained in:
parent
83bb8c803a
commit
cb0b06feb2
|
@ -369,11 +369,11 @@
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: #{$header-height + 1em};
|
top: #{$header-height + .5em };
|
||||||
left: calc( 100% - 20em + 1em );
|
left: calc( 100% - 20em );
|
||||||
// deflt - marg - scrollBarOffset
|
// deflt - marg - scrollBarOffset
|
||||||
width: calc( 20em - 2*1em - 1em );
|
width: calc( 20em - 2*.5em - .5em );
|
||||||
height: calc( 100% - 2*1em - #{$header-height} );
|
height: calc( 100% - 2*.5em - #{$header-height} );
|
||||||
|
|
||||||
border-radius: 3px / 3px;
|
border-radius: 3px / 3px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
@ -386,6 +386,8 @@
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
|
||||||
|
overflow: hidden;
|
||||||
|
overflow-y: auto;
|
||||||
|
|
||||||
/* (1) Filter Group */
|
/* (1) Filter Group */
|
||||||
& > div[title]{
|
& > div[title]{
|
||||||
|
|
Loading…
Reference in New Issue