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

Commit 11f2786

Browse files
authored
Change overflow to auto instead of scroll
1 parent 280a28a commit 11f2786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.css

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

0 commit comments

Comments
 (0)