fix(Jumpers/EditSlates): remove list styles

This commit is contained in:
Aminejv 2022-01-25 16:58:02 +01:00 committed by Martina
parent 2b046e6407
commit 570957ef8e

View File

@ -242,6 +242,7 @@ function ComboboxMenuButton({ children, index, onSelect, onMouseDown, onClick, c
const STYLES_COMBOBOX_MENU = css`
position: relative;
overflow-y: auto;
list-style: none;
`;
function ComboboxMenu({ children, css, ...props }) {