Skip to content

Commit

Permalink
add overflow-y: hidden to the body to prevent an undesired scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
lenadax committed Feb 3, 2025
1 parent 3c05919 commit 37e9175
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ html {
}
body {
height: 100%;
overflow-y: hidden;
}
#footer {
z-index: 1;
Expand Down
1 change: 1 addition & 0 deletions src/cone/app/browser/static/cone/cone.app.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ html {

body {
height: 100%;
overflow-y: hidden;
}

#footer {
Expand Down
2 changes: 1 addition & 1 deletion src/cone/app/browser/static/cone/cone.app.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 37e9175

Please sign in to comment.