fix preview modal overflow
This commit is contained in:
parent
b22db7914c
commit
a75e0cc736
1 changed files with 4 additions and 5 deletions
|
|
@ -30,7 +30,6 @@ small.media-db-plugin-list-text{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
flex: 1;
|
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -54,12 +53,12 @@ small.media-db-plugin-list-text{
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-db-plugin-preview-modal {
|
.media-db-plugin-preview-modal {
|
||||||
display: flex;
|
display: contents;
|
||||||
flex-direction: column;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-db-plugin-preview-wrapper {
|
.media-db-plugin-preview-wrapper {
|
||||||
flex: 1;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -117,7 +116,7 @@ small.media-db-plugin-list-text{
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-db-plugin-button:focus {
|
.media-db-plugin-button:focus {
|
||||||
outline: 1px solid white;
|
/*outline: 1px solid white;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/* endregion */
|
/* endregion */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue