Created
April 10, 2019 15:06
-
-
Save zaru/33126cc7cbd7bb622070f9cec177bac8 to your computer and use it in GitHub Desktop.
ローカル HTTP でアクセスすると div の高さが 0.99 px になる謎(5K ディスプレイが原因説)
This file contains hidden or 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
</head> | |
<body> | |
<div style="height: 1px;"></div> | |
</body> | |
</html> |
Author
zaru
commented
Apr 10, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment