fix: location dropdown overflow (#11967)

This commit is contained in:
Peer Richelsen 2023-10-18 12:36:34 +01:00 committed by GitHub
parent 0b46f61a23
commit 8c0751b186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -425,7 +425,7 @@ function EventTypeSingleLayout({
<div className="p-2 md:mx-0 md:p-0 xl:hidden">
<HorizontalTabs tabs={EventTypeTabs} linkShallow />
</div>
<div className="w-full overflow-hidden ltr:mr-2 rtl:ml-2">
<div className="w-full ltr:mr-2 rtl:ml-2">
<div
className={classNames(
"bg-default border-subtle mt-4 rounded-md sm:mx-0 xl:mt-0",