💄(demo) fix layout issue

The previous fix introduces a new layout issue. Let's fix that properly.
..
This commit is contained in:
jbpenrath
2024-02-15 17:48:12 +01:00
parent ea74307b9b
commit 1adff4a165

View File

@@ -22,16 +22,17 @@ a {
// App
html {
background: linear-gradient(153deg, var(--c--theme--colors--greyscale-100) 0%, var(--c--theme--colors--greyscale-000) 100%);
}
html, body, #root {
width: 100%;
min-height: 100%;
height: 100%;
margin: 0;
}
html {
background: linear-gradient(153deg, var(--c--theme--colors--greyscale-100) 0%, var(--c--theme--colors--greyscale-000) 100%);
background-attachment: fixed;
}
.pattern {
position: absolute;
z-index: -1;