Skip to content

Commit

Permalink
Allow welcome screen to overflow with scroll and remove ugly overscro…
Browse files Browse the repository at this point in the history
…ll on page

Issue #776.
  • Loading branch information
Yannik Messerli authored and geakstr committed Feb 12, 2024
1 parent bcd389a commit 0ffa103
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/ServiceMapApp/WelcomeScreen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.wrapper {
flex-grow: 1;
width: 100%;
height: 100%;
overflow: auto;
}

.content {
Expand Down
5 changes: 3 additions & 2 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
:global {
html {
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial,
sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif,
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
height: 100%;
}

Expand All @@ -23,6 +23,7 @@
min-height: 100%;
background-color: #fff;
font-size: 16px;
overscroll-behavior: none;
}

.light {
Expand Down

0 comments on commit 0ffa103

Please sign in to comment.