Last active
July 28, 2023 14:50
-
-
Save kyle-aoki/be3e211fef712fa27cfb39c5d7bd9e17 to your computer and use it in GitHub Desktop.
prevent scrollbar from moving page when it appears
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html { margin-left: calc(100vw - 100%); } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment