add max-w to popover to avoid zindex conflict

This commit is contained in:
Jordan Blasenhauer 2024-06-07 17:33:29 +02:00
parent 365dbd3c33
commit 53906d5475
2 changed files with 2 additions and 2 deletions

View file

@ -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