We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfcef9b + 4a61b2c commit 77dc946Copy full SHA for 77dc946
1 file changed
src/App.scss
@@ -13,9 +13,10 @@ body {
13
box-sizing: border-box;
14
display: grid;
15
grid-template-columns: 1fr min-content minmax(auto, calc(#{$c2lc-scene-border-width} + #{$c2lc-scene-border-width} + #{$c2lc-scene-row-header-width} + #{$c2lc-scene-width} + #{$c2lc-scene-space-for-scrollbar} + #{$c2lc-app-scene-container-margin-right})) min-content 1fr;
16
- grid-template-rows: auto auto 1fr 4.5rem;
+ grid-template-rows: auto auto 1fr 4.6rem;
17
row-gap: 0.25rem;
18
height: 100vh;
19
+ overflow: auto;
20
// On mobile Safari, limit the height of the App to the browser content
21
// area. See:
22
// https://allthingssmitty.com/2020/05/11/css-fix-for-100vh-in-mobile-webkit/
0 commit comments