Skip to content

Commit

Permalink
feat: don't scroll lock before cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
kurozenzen committed Mar 1, 2024
1 parent ec4d847 commit a062321
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,4 @@
display: flex;
gap: var(--grid-gap);
}
:global(:root[data-cookies='false'] body) {
overflow: hidden;
}
</style>

0 comments on commit a062321

Please sign in to comment.