Toast div as absolute position
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
b2347b0466
commit
519c91c628
1 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,11 @@
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
div {
|
||||||
|
position: absolute;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
}
|
||||||
footer {
|
footer {
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue