Skip to content

Commit

Permalink
fix size of modal-container
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Oct 26, 2023
1 parent da0d034 commit 0660872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ImageEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ export default {
position: absolute;
z-index: 10100;
top: calc(var(--header-height) * -1);
bottom: calc(var(--header-height) * -1);
bottom: 0;
left: 0;
width: 100%;
height: 100vh;
Expand Down
2 changes: 1 addition & 1 deletion src/views/Viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ export default {
.modal-container {
// Ensure some space at the bottom
top: var(--header-height);
bottom: var(--header-height);
bottom: 0;
height: auto;
// let the mime components manage their own background-color
background-color: transparent;
Expand Down

0 comments on commit 0660872

Please sign in to comment.