item content not with fixed height and positioned absolute. Closes #1
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
position: fixed;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
&__content {
|
&__content {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding-top: 130px;
|
padding-top: 130px;
|
||||||
height: 100vh;
|
min-height: 100vh;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user