Skip to content

Commit

Permalink
Merge pull request #214 from mgreminger/overflow-click-fix
Browse files Browse the repository at this point in the history
fix: force margin behind sheet content for when cells overflow
  • Loading branch information
mgreminger authored Nov 11, 2023
2 parents dad7e9c + 2f8f24c commit 1a3a5e3
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 1a3a5e3

Please sign in to comment.