Created
October 31, 2019 07:11
-
-
Save xhsdnn/04245a32001128b231bb9f61f673c596 to your computer and use it in GitHub Desktop.
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 { | |
overflow-y: scroll; | |
} | |
:root { | |
overflow-y: auto; | |
overflow-x: hidden; | |
} | |
:root body { | |
position: absolute; | |
} | |
body { | |
width: 100vw; | |
overflow: hidden; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment