Skip to content

Commit

Permalink
fix(modal): adjust scroll classes (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek authored Jul 18, 2024
1 parent 982c76a commit 18da2a0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/plugins/bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ const bootstrapConfig: OrugaOptions = {
closeClass: "btn-close",
fullScreenClass: "fullscreen",
mobileClass: "mobile",
scrollClipClass: "scroll-clipped",
scrollClipClass: ["scroll-clipped", "modal-open"],
noScrollClass: "scroll-hidden",
},
notification: {
Expand Down Expand Up @@ -503,9 +503,6 @@ const bootstrapConfig: OrugaOptions = {
variantClass: "variant-",
expandedClass: "expanded",
counterClass: "counter",
autocompleteClasses: {
rootClass: "expanded",
},
},
tooltip: {
override: true,
Expand Down

0 comments on commit 18da2a0

Please sign in to comment.