💄(demo) fix layout issue
The previous fix introduces a new layout issue. Let's fix that properly. ..
This commit is contained in:
@@ -22,16 +22,17 @@ a {
|
|||||||
|
|
||||||
|
|
||||||
// App
|
// App
|
||||||
html {
|
|
||||||
background: linear-gradient(153deg, var(--c--theme--colors--greyscale-100) 0%, var(--c--theme--colors--greyscale-000) 100%);
|
|
||||||
}
|
|
||||||
|
|
||||||
html, body, #root {
|
html, body, #root {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 100%;
|
height: 100%;
|
||||||
margin: 0;
|
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 {
|
.pattern {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user