fix: potential issue that may push whole window up a bit (#4311)

This commit is contained in:
Peng Xiao
2023-09-12 14:45:41 +08:00
committed by GitHub
parent 944a128b53
commit 9e5213f074

View File

@@ -297,3 +297,10 @@ textarea,
#webpack-dev-server-client-overlay {
-webkit-app-region: no-drag;
}
html,
body {
height: 100%;
position: relative;
overflow: hidden;
}