Skip to content

Commit 4d5a925

Browse files
committed
make mobile popup scrollable again
1 parent ddc1b8e commit 4d5a925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/popup/popup.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ body {
3030
display: flex;
3131
flex-direction: column;
3232
}
33-
body[style*="max-height:"] > main {
33+
#installed-wrapper {
3434
overflow-y: auto;
3535
}
3636

0 commit comments

Comments
 (0)