fixed element instruction overlay

This commit is contained in:
Kentai Radiquum 2024-12-29 18:02:34 +05:00
parent 1a9f903e6f
commit a4c0a0ce14
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 22 additions and 2 deletions

View file

@ -600,6 +600,18 @@ video {
inset: 0px;
}
.top-0 {
top: 0px;
}
.top-16 {
top: 4rem;
}
.top-8 {
top: 2rem;
}
.-z-10 {
z-index: -10;
}
@ -922,6 +934,14 @@ video {
top: 25%;
}
.md\:top-64 {
top: 16rem;
}
.md\:top-32 {
top: 8rem;
}
.md\:w-\[600px\] {
width: 600px;
}