Skip to content

Commit

Permalink
fix: force margin behind sheet content for when cells overflow
Browse files Browse the repository at this point in the history
Also, fixes margin click to unselect all for scrolled page
  • Loading branch information
mgreminger committed Nov 10, 2023
1 parent 5cd0e04 commit 2f8f24c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -1957,10 +1957,14 @@ Please include a link to this sheet in the email to assist in debugging the prob
#sheet {
width: min(1000px, 100%);
height: fit-content;
z-index: 2;
}
div.sheet-margin {
flex-grow: 1;
position: sticky;
top: 0px;
z-index: 1;
}
#keyboard-tray {
Expand Down

0 comments on commit 2f8f24c

Please sign in to comment.