Skip to content

Commit

Permalink
make mobile popup scrollable again
Browse files Browse the repository at this point in the history
  • Loading branch information
tophf committed Feb 17, 2025
1 parent ddc1b8e commit 4d5a925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ body {
display: flex;
flex-direction: column;
}
body[style*="max-height:"] > main {
#installed-wrapper {
overflow-y: auto;
}

Expand Down

0 comments on commit 4d5a925

Please sign in to comment.