Skip to content

Commit

Permalink
fix: remove overflow hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
guiseek committed Aug 22, 2024
1 parent b16550b commit 81089dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ body {
margin: 0;
display: flex;
justify-content: center;
overflow-x: hidden;
// overflow-x: hidden;
background-color: rgba(var(--cw-onprimary-rgb, 255, 255, 255), 0.5);
color: rgb(var(--cw-primary-rgb));
}
Expand All @@ -48,7 +48,7 @@ body {
flex-direction: row;
height: 100%;
width: 100%;
overflow: hidden;
// overflow: hidden;

> aside {
min-width: var(--cw-sidenav-width);
Expand Down

0 comments on commit 81089dc

Please sign in to comment.