This commit is contained in:
Lucas Verney 2018-07-03 19:54:32 +02:00
parent dea82f5298
commit c7a326bd94
1 changed files with 8 additions and 0 deletions

View File

@ -64,6 +64,14 @@ export default {
</style>
<style>
body, html, .application {
height: 100%;
}
.application--wrap {
min-height: 100% !important;
}
.bottom-sheet.dialog {
webkit-transition: .1s cubic-bezier(.25, .8, .5, 1);
transition: .1s cubic-bezier(.25, .8, .5, 1);