Skip to content

Commit

Permalink
Manual Overflows
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb committed Jan 8, 2025
1 parent 6ffe9c4 commit bbdfcc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/ui/browserAction/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ body {
overflow-y: scroll;
}

html {
overflow: hidden;
}

.needsSlotted > * {
display: none;
}
3 changes: 2 additions & 1 deletion src/ui/browserAction/popupPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,8 @@ export class BrowserActionPopup extends LitElement {
}
section.limit-panel-height {
overflow-y: scroll;
overflow-y: auto;
max-height: var(--window-max-height);
}
main {
Expand Down

0 comments on commit bbdfcc1

Please sign in to comment.