Skip to content

Commit

Permalink
#436: Fix Body Scroll
Browse files Browse the repository at this point in the history
- Drop height 100% and keep auto as default value.
- Drop overflow hidden from body.
- Decrease top padding as it causes unwanted movement in the left navigation column on desktop view.
- Drop bottom padding to follow Figma design.
  • Loading branch information
PacMM79 authored Oct 16, 2024
1 parent 12aaac4 commit 8479104
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@

html,
body {
height: 100%;
background-color: $gray-4;
margin: 0;
padding: 12px 10px 40px;
padding: 0px 10px;
font-family: 'Poppins', sans-serif;
overflow: hidden;
app-root,
app-main {
display: flex;
Expand Down

0 comments on commit 8479104

Please sign in to comment.