Css fixes for metadata and playlist editors

This commit is contained in:
drigato 2015-09-30 08:58:39 -04:00
parent 4b882064f2
commit 2e024bcfdd
1 changed files with 2 additions and 1 deletions

View File

@ -478,7 +478,7 @@ li.ui-state-default {
display: flex; display: flex;
-webkit-flex-flow: column; -webkit-flex-flow: column;
flex-flow: column; flex-flow: column;
position: absolute; /*position: absolute;*/
right: 4px; right: 4px;
bottom: 4px; bottom: 4px;
top: 4px; top: 4px;
@ -533,6 +533,7 @@ li.ui-state-default {
height: 100%; height: 100%;
overflow: auto; overflow: auto;
flex: 1 100%; flex: 1 100%;
-webkit-flex: 1 100%;
margin: 4px 0; margin: 4px 0;
min-height: 0; min-height: 0;