Skip to content

Commit

Permalink
fix: Do not mess with all NcModal styles - scope styles to wizard
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Apr 12, 2024
1 parent c14ce9a commit f5538ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ watchEffect(() => {
* Global styles to override vue component styles of the modal
*/

.modal-wrapper {
.first-run-wizard .modal-wrapper {
.modal-container {
overflow: hidden;

Expand Down

0 comments on commit f5538ab

Please sign in to comment.