Skip to content

Commit

Permalink
improve the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ericangeles committed May 21, 2024
1 parent 314ff59 commit f2181a0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/components/ids-about/ids-about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
contain: content;
}

.ids-modal {
&.ids-about {
.ids-modal-content.has-scrollbar {
overflow: auto;
}
}
}

.ids-about {
.ids-modal-container {
max-width: var(--ids-about-width-max);
Expand Down Expand Up @@ -35,7 +43,7 @@
border-radius: var(--ids-border-radius-xxs);
max-height: 199px;
outline: 0;
overflow: auto !important;
overflow: auto;
text-align: left;
scroll-behavior: smooth;

Expand Down

0 comments on commit f2181a0

Please sign in to comment.