mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-04 19:34:23 -05:00
Badges: Fix modal not showing overflowing user combobox
This commit is contained in:
parent
150765dab6
commit
de646e4fda
|
|
@ -73,7 +73,7 @@ export default function EditBadgePage() {
|
|||
const { badgeName } = useOutletContext<BadgeDetailsContext>();
|
||||
|
||||
return (
|
||||
<Dialog isOpen>
|
||||
<Dialog isOpen className="overflow-visible">
|
||||
<Form method="post" className="stack md">
|
||||
<div>
|
||||
<h2 className="badges-edit__big-header">
|
||||
|
|
|
|||
|
|
@ -174,6 +174,10 @@
|
|||
visibility: hidden;
|
||||
}
|
||||
|
||||
.overflow-visible {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.whitespace-pre-wrap {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user