mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
add max-w to popover to avoid zindex conflict
This commit is contained in:
parent
365dbd3c33
commit
53906d5475
2 changed files with 2 additions and 2 deletions
|
|
@ -378,7 +378,7 @@ body {
|
|||
}
|
||||
|
||||
.popover-container {
|
||||
@apply pointer-events-none fixed max-w-[80vw] sm:max-w-[350px] opacity-100 justify-center items-center dark:brightness-90 transition rounded-md py-3 px-5;
|
||||
@apply pointer-events-none fixed max-w-[80vw] sm:max-w-[200px] opacity-100 justify-center items-center dark:brightness-90 transition rounded-md p-3;
|
||||
}
|
||||
|
||||
.open.popover-container {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue