prepare subscription page

This commit is contained in:
isUnknown 2024-12-01 12:55:24 +01:00
parent 4c5b7677d7
commit 1b62fa7589
10 changed files with 77 additions and 61 deletions

View file

@ -1,3 +1,11 @@
main {
pointer-events: none;
}
.page-cover > * {
pointer-events: all;
}
#main-header {
position: fixed;
box-sizing: border-box;