mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-04 11:27:10 +00:00
fixed issue-2044: Tags drop-down menu is getting overlapped by another elements. (#2265)
This commit is contained in:
parent
7720a821df
commit
a41d9f6905
@ -82,7 +82,7 @@ const SampleDataTable: FunctionComponent<Props> = ({ sampleData }: Props) => {
|
||||
</button>
|
||||
) : null}
|
||||
|
||||
<div className="tw-table-responsive" ref={tableRef}>
|
||||
<div className="tw-table-responsive tw-overflow-x-auto" ref={tableRef}>
|
||||
{sampleData?.rows?.length && sampleData?.columns?.length ? (
|
||||
<table
|
||||
className="tw-min-w-max tw-w-full tw-table-auto"
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
@apply tw-border;
|
||||
}
|
||||
.tw-table-responsive {
|
||||
@apply tw-block tw-w-full tw-overflow-x-auto;
|
||||
@apply tw-block tw-w-full;
|
||||
}
|
||||
.tw-table-responsive > .tw-table-bordered {
|
||||
@apply tw-border-none;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user