diff --git a/src/App.css b/src/App.css index 50232a2..7acb4fb 100644 --- a/src/App.css +++ b/src/App.css @@ -53,6 +53,10 @@ gap: 1rem; } +.modal > .MuiPopover-paper { + overflow: hidden; +} + .picker-search { margin: 0.5rem; } diff --git a/src/components/Picker.jsx b/src/components/Picker.jsx index f13e4ab..8ce0096 100644 --- a/src/components/Picker.jsx +++ b/src/components/Picker.jsx @@ -56,6 +56,7 @@ export default function Picker({ setCharacter }) { vertical: "bottom", horizontal: "left", }} + className="modal" >