mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-01 13:48:04 +00:00
Fixed non clickable link issue in popover (#194)
This commit is contained in:
parent
d170cfe1c6
commit
e006191ca7
@ -221,11 +221,6 @@
|
||||
.tw-nav {
|
||||
@apply tw-font-normal tw-px-2;
|
||||
}
|
||||
/* popover css start */
|
||||
.tippy-popper {
|
||||
@apply tw-pointer-events-auto;
|
||||
}
|
||||
/* popover css end */
|
||||
|
||||
.tw-no-description {
|
||||
@apply tw-text-grey-muted;
|
||||
|
@ -690,3 +690,9 @@ a:focus {
|
||||
border-radius: 20px;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
/* popover css start */
|
||||
.tippy-popper {
|
||||
pointer-events: auto !important;
|
||||
}
|
||||
/* popover css end */
|
||||
|
Loading…
x
Reference in New Issue
Block a user