diff --git a/packages/@mantine/core/src/components/Combobox/Combobox.module.css b/packages/@mantine/core/src/components/Combobox/Combobox.module.css index a76f47fd8c7..50e8e800082 100644 --- a/packages/@mantine/core/src/components/Combobox/Combobox.module.css +++ b/packages/@mantine/core/src/components/Combobox/Combobox.module.css @@ -189,15 +189,6 @@ } /* ------- OptionsDropdown ------- */ -.optionsDropdownScrollArea { - margin-right: calc(var(--_combobox-padding) * -1); - - @mixin rtl { - margin-left: calc(var(--_combobox-padding) * -1); - margin-right: 0; - } -} - .optionsDropdownOption { display: flex; align-items: center; diff --git a/packages/@mantine/core/src/components/Combobox/OptionsDropdown/OptionsDropdown.tsx b/packages/@mantine/core/src/components/Combobox/OptionsDropdown/OptionsDropdown.tsx index c9b6d1f0e9b..7deab7a878e 100644 --- a/packages/@mantine/core/src/components/Combobox/OptionsDropdown/OptionsDropdown.tsx +++ b/packages/@mantine/core/src/components/Combobox/OptionsDropdown/OptionsDropdown.tsx @@ -134,7 +134,6 @@ export function OptionsDropdown({ type="scroll" scrollbarSize="var(--_combobox-padding)" offsetScrollbars="y" - className={classes.optionsDropdownScrollArea} > {options}