Fix Chrome on Android issue with buttons, see https://bugs.chromium.org/p/chromium/issues/detail?id=428132
This commit is contained in:
parent
dea82f5298
commit
c7a326bd94
@ -64,6 +64,14 @@ export default {
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
body, html, .application {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.application--wrap {
|
||||||
|
min-height: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
.bottom-sheet.dialog {
|
.bottom-sheet.dialog {
|
||||||
webkit-transition: .1s cubic-bezier(.25, .8, .5, 1);
|
webkit-transition: .1s cubic-bezier(.25, .8, .5, 1);
|
||||||
transition: .1s cubic-bezier(.25, .8, .5, 1);
|
transition: .1s cubic-bezier(.25, .8, .5, 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user