Skip to content

Commit

Permalink
Merge pull request #8235 from ever-co/fix/windows-overfow
Browse files Browse the repository at this point in the history
[Fix] Prevent scroll to desktop-timer and desktop apps.
  • Loading branch information
evereq authored Sep 19, 2024
2 parents 73d633a + 2cfb321 commit 0ee485f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/desktop-timer/src/preload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ window.addEventListener('DOMContentLoaded', async () => {
overStyle.innerHTML = `
.cet-container {
top:0px !important;
overflow: unset !important;
}
.cet-menubar-menu-container {
position: absolute;
Expand Down
1 change: 1 addition & 0 deletions apps/desktop/src/preload/preload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ window.addEventListener('DOMContentLoaded', async () => {
overStyle.innerHTML = `
.cet-container {
top:0px !important;
overflow: unset !important;
}
.cet-menubar-menu-container {
position: absolute;
Expand Down

0 comments on commit 0ee485f

Please sign in to comment.