Fix the position to avoid gaps
This commit is contained in:
parent
4ff79a3e4d
commit
b57705e2d6
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,9 @@ body {
|
|||
}
|
||||
|
||||
.bg {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue