Fixed app overflow
This commit is contained in:
parent
481fbbaeff
commit
eee03a8061
2 changed files with 4 additions and 5 deletions
|
|
@ -69,8 +69,7 @@ export default {
|
|||
|
||||
body, html {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.uk-disabled {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue