Skip to content

Commit a75e0cc

Browse files
committed
fix preview modal overflow
1 parent b22db79 commit a75e0cc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

styles.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ small.media-db-plugin-list-text{
3030
display: flex;
3131
flex-direction: column;
3232
margin: 5px;
33-
flex: 1;
3433
overflow-y: auto;
3534
}
3635

@@ -54,12 +53,12 @@ small.media-db-plugin-list-text{
5453
}
5554

5655
.media-db-plugin-preview-modal {
57-
display: flex;
58-
flex-direction: column;
56+
display: contents;
5957
}
6058

6159
.media-db-plugin-preview-wrapper {
62-
flex: 1;
60+
display: flex;
61+
flex-direction: column;
6362
overflow-y: auto;
6463
}
6564

@@ -117,7 +116,7 @@ small.media-db-plugin-list-text{
117116
}
118117

119118
.media-db-plugin-button:focus {
120-
outline: 1px solid white;
119+
/*outline: 1px solid white;*/
121120
}
122121

123122
/* endregion */

0 commit comments

Comments
 (0)