Skip to content

Commit

Permalink
Merge pull request #4368 from nextcloud-libraries/fix/modal
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Aug 1, 2023
2 parents 8f59ea3 + 0e7db4c commit 090ce20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/NcModal/NcModal.vue
Expand Up @@ -882,11 +882,13 @@ export default {
z-index: 10000;
// ignore display: none
display: flex !important;
height: 35vw;
height: 35vh;
min-height: 300px;
position: absolute;
transition: opacity 250ms,
visibility 250ms;
color: var(--color-primary-element-text);
// hover the mask
color: white;
&:focus-visible {
// Override NcButton focus styles
Expand Down

0 comments on commit 090ce20

Please sign in to comment.