fix(client): Fix #6526

This commit is contained in:
syuilo
2020-07-15 18:22:19 +09:00
parent 9d3beb3174
commit e7f1ab2d01
4 changed files with 22 additions and 6 deletions

View File

@ -211,7 +211,8 @@ export default Vue.extend({
--margin: var(--marginHalf);
display: flex;
height: 100vh;
// ほんとは単に 100vh と書きたいところだが... https://css-tricks.com/the-trick-to-viewport-units-on-mobile/
height: calc(var(--vh, 1vh) * 100);
box-sizing: border-box;
flex: 1;
padding: $deckMargin 0 $deckMargin $deckMargin;