Skip to content

Commit

Permalink
Prevent horizontal scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
mszula committed Jul 3, 2024
1 parent d81accf commit c8c3558
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
@tailwind components;
@tailwind utilities;

body {
max-width: 100%;
overflow-x: hidden;
}

.range:disabled {
opacity: 0.5;
}

0 comments on commit c8c3558

Please sign in to comment.