Trying to fix background image bouncing issue on mobile

This commit is contained in:
ChronosX88 2022-11-29 13:37:36 +03:00
parent fec2387e51
commit 71ab29ae98

View File

@ -1,3 +1,7 @@
html {
height: 100%;
}
body {
font: 14px/1.5 monospace;
background-color: #24202b;
@ -8,7 +12,7 @@ body {
background-attachment: fixed;
background-image: linear-gradient( rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) ),url('../background.jpg');
backdrop-filter: blur(5px);
min-height: 100vh;
min-height: 100%;
}
#container {