Skip to content

Commit

Permalink
fix preview modal overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mProjectsCode committed Oct 14, 2022
1 parent b22db79 commit a75e0cc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ small.media-db-plugin-list-text{
display: flex;
flex-direction: column;
margin: 5px;
flex: 1;
overflow-y: auto;
}

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

.media-db-plugin-preview-modal {
display: flex;
flex-direction: column;
display: contents;
}

.media-db-plugin-preview-wrapper {
flex: 1;
display: flex;
flex-direction: column;
overflow-y: auto;
}

Expand Down Expand Up @@ -117,7 +116,7 @@ small.media-db-plugin-list-text{
}

.media-db-plugin-button:focus {
outline: 1px solid white;
/*outline: 1px solid white;*/
}

/* endregion */

0 comments on commit a75e0cc

Please sign in to comment.