Use server box-sizing

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2019-08-12 11:07:08 +02:00
parent 781e2b0bb2
commit e020c2631f
2 changed files with 6 additions and 12 deletions

View File

@@ -119,12 +119,10 @@ export default {
}
}
.deck-main {
bottom: 0;
overflow: auto;
position: absolute;
top: 44px;
width: 100%;
}
</style>
<style>
#content * {
box-sizing: border-box;
}
</style>