Improve background layout on mobile devices
This commit is contained in:
parent
fcb34088be
commit
45cc0404ab
3 changed files with 9 additions and 2 deletions
|
@ -7,6 +7,9 @@
|
|||
/*
|
||||
* Global styles.
|
||||
*/
|
||||
html {
|
||||
min-height: 100%;
|
||||
}
|
||||
body.drag {
|
||||
cursor: move;
|
||||
} /*
|
||||
|
|
Reference in a new issue