Skip to content

Commit

Permalink
fix(web-components): add scrollbar to content area on dialog to make …
Browse files Browse the repository at this point in the history
…it easier to scroll

Make scrollbar appear on content area on dialog when content overflows to make it easier to scroll
through the content.

.#2868
  • Loading branch information
GCHQ-Developer-847 committed Feb 26, 2025
1 parent fca27c5 commit 6e46379
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,11 @@
}

.content-area {
-ms-overflow-style: none;
scrollbar-width: none;
padding: 0 var(--ic-space-md);
margin: 0;
overflow-y: auto;
}

.content-area::-webkit-scrollbar {
display: none;
}

#dialog-content {
margin-bottom: var(--ic-space-sm);
}
Expand Down

0 comments on commit 6e46379

Please sign in to comment.