Fixed app overflow

This commit is contained in:
Joel Collins 2019-09-25 14:15:28 +01:00
parent 481fbbaeff
commit eee03a8061
2 changed files with 4 additions and 5 deletions

View file

@ -69,8 +69,7 @@ export default {
body, html {
height: 100%;
overflow: auto;
overflow-x: hidden;
overflow: hidden;
}
.uk-disabled {