Skip to content

Commit

Permalink
fix: horizontal scrolling
Browse files Browse the repository at this point in the history
if it's not fixed imma just go off myself at this point
  • Loading branch information
pml68 committed Jan 14, 2024
1 parent bdfeb3e commit 4c60cb9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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.2",
"version": "1.10.3",
"description": "The website of Oláh Barbershop, made using SvelteKit.",
"author": "pml68",
"license": "GPL-3.0",
Expand Down
6 changes: 6 additions & 0 deletions src/lib/assets/css/modulardata.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ $desired-font: 1vw;
align-items: center;
justify-items: center;
overflow: auto;
-ms-overflow-style: none;
scrollbar-width: none;
}

.location-container::-webkit-scrollbar, .service-container::-webkit-scrollbar {
display: none;
}

.location-container {
Expand Down

0 comments on commit 4c60cb9

Please sign in to comment.