Css fixes for metadata and playlist editors
This commit is contained in:
parent
4b882064f2
commit
2e024bcfdd
|
@ -478,7 +478,7 @@ li.ui-state-default {
|
|||
display: flex;
|
||||
-webkit-flex-flow: column;
|
||||
flex-flow: column;
|
||||
position: absolute;
|
||||
/*position: absolute;*/
|
||||
right: 4px;
|
||||
bottom: 4px;
|
||||
top: 4px;
|
||||
|
@ -533,6 +533,7 @@ li.ui-state-default {
|
|||
height: 100%;
|
||||
overflow: auto;
|
||||
flex: 1 100%;
|
||||
-webkit-flex: 1 100%;
|
||||
|
||||
margin: 4px 0;
|
||||
min-height: 0;
|
||||
|
|
Loading…
Reference in New Issue