Skip to content

Commit

Permalink
fix: copyright appearing over menu when open, hopefully overflow issu…
Browse files Browse the repository at this point in the history
…es as well
  • Loading branch information
pml68 committed Jan 14, 2024
1 parent 1a8ce9f commit bdfeb3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "olahbarbershop-website",
"version": "1.10.1",
"version": "1.10.2",
"description": "The website of Oláh Barbershop, made using SvelteKit.",
"author": "pml68",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ body {
position: absolute;
left: 50%;
bottom: 4dvh;
z-index: 400;
z-index: 20;
transform: translate(-50%, 50%);
font-size: clamp($min-font, $desired-font, $max-font);
}
Expand Down
2 changes: 1 addition & 1 deletion src/lib/assets/css/modulardata.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ $desired-font: 1vw;
padding: 0 12vw;
display: grid;
grid-template-columns: repeat(3, minmax(calc(76vw / 3), 1fr));
overflow: scroll;
height: calc(90dvh - 8dvh);
align-items: center;
justify-items: center;
overflow: auto;
}

.location-container {
Expand Down

0 comments on commit bdfeb3e

Please sign in to comment.