optimize bg on navigate
parent
6395aac17a
commit
085c7d3294
|
@ -1,6 +1,7 @@
|
||||||
:host {
|
:host {
|
||||||
display: flow-root;
|
display: flow-root;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
min-height: 100vh;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: -23px;
|
margin-top: -23px;
|
||||||
padding-top: 23px;
|
padding-top: 23px;
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
:host {
|
:host {
|
||||||
display: flow-root;
|
display: flow-root;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
min-height: 100vh;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: -23px;
|
margin-top: -23px;
|
||||||
padding-top: 23px;
|
padding-top: 23px;
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
:host {
|
:host {
|
||||||
display: flow-root;
|
display: flow-root;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
min-height: 100vh;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: -23px;
|
margin-top: -23px;
|
||||||
padding-top: 23px;
|
padding-top: 23px;
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
:host {
|
:host {
|
||||||
display: flow-root;
|
display: flow-root;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
min-height: 100vh;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: -23px;
|
margin-top: -23px;
|
||||||
padding-top: 23px;
|
padding-top: 23px;
|
||||||
|
|
Loading…
Reference in New Issue