[public.css.layout] fixed popup footer out-of-flow

This commit is contained in:
xdrm-brackets 2018-04-17 15:40:21 +02:00
parent ec3560beb5
commit bba94f5630
1 changed files with 4 additions and 1 deletions

View File

@ -100,8 +100,11 @@
z-index: 101;
flex-flow: column nowrap;
justify-content: space-between;
&.active{
display: block;
display: flex;
}