Fixed: Stylelint Issues

This commit is contained in:
Qstick 2018-05-20 01:02:46 -04:00
parent f7076c6c5b
commit ef6c93c784
2 changed files with 16 additions and 16 deletions

View file

@ -32,16 +32,16 @@
-->
<style>
.root {
height: 100%; /* needed for proper layout */
overflow: hidden;
height: 100%; /* needed for proper layout */
}
@media only screen and (max-width: 768px) {
.root {
display: flex;
flex-direction: column;
min-height: 100%;
height: auto;
min-height: 100%
}
}
</style>