Toast div as absolute position
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Alessio Davoli 2023-07-24 01:58:49 +02:00
parent b2347b0466
commit 519c91c628

View file

@ -38,6 +38,11 @@
</footer>
<style>
div {
position: absolute;
width: 0;
height: 0;
}
footer {
background: white;
}