Float always on top for floattop

This commit is contained in:
Mattia Mascarello 2021-10-10 09:55:52 +02:00 committed by GitHub
parent 5d98bdb39a
commit 08e7bfccd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ body {
.floattop {
text-align: center;
position: absolute;
position: sticky;
top: 0px;
left: 0px;
width: 100vw;