Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
thesiyhbrand authored Aug 1, 2024
1 parent bb489fd commit a7b706e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
html.lenis,
html.lenis body {
height: auto;
}

.lenis.lenis-smooth {
scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
overscroll-behavior: contain;
}

.lenis.lenis-stopped {
overflow: hidden;
}

.lenis.lenis-smooth iframe {
pointer-events: none;
}

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
Expand Down

0 comments on commit a7b706e

Please sign in to comment.