[public.css.layout] fixed popup footer out-of-flow
This commit is contained in:
parent
ec3560beb5
commit
bba94f5630
|
@ -100,8 +100,11 @@
|
|||
|
||||
z-index: 101;
|
||||
|
||||
flex-flow: column nowrap;
|
||||
justify-content: space-between;
|
||||
|
||||
&.active{
|
||||
display: block;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue