Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

Commit 9a128b7

Browse files
authored
Merge pull request #63 from github/overflow-scroll-1
Make sure to scroll any overflow
2 parents c28aa05 + 11f2786 commit 9a128b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.css

+1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ details-dialog {
99
max-height: 80vh;
1010
max-width: 90vw;
1111
width: 448px;
12+
overflow: auto;
1213
}

0 commit comments

Comments
 (0)