Skip to content

Commit

Permalink
Merge pull request #103 from appwrite/elad-style-8
Browse files Browse the repository at this point in the history
eliminate overflow-x in main-section
  • Loading branch information
TorstenDittmann authored Sep 28, 2023
2 parents ee6b08a + 949d8b1 commit 2e32e5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/scss/2-resets/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ body {

color: hsl(var(--p-body-text-color)) !important;
background-color: hsl(var(--p-body-bg-color));
overflow-x:hidden;
}

.#{$p}-main-section {
//overflow-x:hidden;
}

:where(body) :focus-visible {
Expand Down
2 changes: 1 addition & 1 deletion src/scss/7-components/_side-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


position:sticky; z-index:35; inset-block-start:pxToRem(74); inset-block-end:0;
block-size:calc(100vh - pxToRem(81));
block-size:calc(100vh - pxToRem(160)); block-size:calc(100dvh - pxToRem(81));
.#{$p}-icon-button { transition:var(--transition); margin-block-end:pxToRem(-4); margin-inline-end:pxToRem(6); }


Expand Down

0 comments on commit 2e32e5f

Please sign in to comment.