This commit is contained in:
syuilo
2020-10-17 23:48:12 +09:00
parent 23979bf09a
commit 163325ef89

View File

@ -117,7 +117,6 @@ export default defineComponent({
.mk-app {
$header-height: 52px;
$ui-font-size: 1em; // TODO: どこかに集約したい
$widgets-hide-threshold: 1090px;
// ほんとは単に 100vh と書きたいところだが... https://css-tricks.com/the-trick-to-viewport-units-on-mobile/
min-height: calc(var(--vh, 1vh) * 100);