Skip to content

Commit

Permalink
fix(settings): fix account settings modal close button
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
st3iny authored and backportbot-nextcloud[bot] committed Aug 3, 2023
1 parent 9c41fcd commit fc98cbf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/AccountSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,4 @@ h2 {
.app-settings-section {
margin-bottom: 45px;
}
// Fix weird modal glitches on Firefox when toggling autoresponder
:deep(.modal-container),
:deep(.app-settings__wrapper) {
position: unset !important;
}
</style>

0 comments on commit fc98cbf

Please sign in to comment.