Trying to fix background image bouncing issue on mobile
This commit is contained in:
parent
fec2387e51
commit
71ab29ae98
@ -1,3 +1,7 @@
|
|||||||
|
html {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font: 14px/1.5 monospace;
|
font: 14px/1.5 monospace;
|
||||||
background-color: #24202b;
|
background-color: #24202b;
|
||||||
@ -8,7 +12,7 @@ body {
|
|||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-image: linear-gradient( rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) ),url('../background.jpg');
|
background-image: linear-gradient( rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) ),url('../background.jpg');
|
||||||
backdrop-filter: blur(5px);
|
backdrop-filter: blur(5px);
|
||||||
min-height: 100vh;
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#container {
|
#container {
|
||||||
|
Loading…
Reference in New Issue
Block a user