fix(UI): Duration Filter overlapping issue (#16599)
This commit is contained in:
parent
dfef7192da
commit
e565deb88e
1 changed files with 2 additions and 3 deletions
|
|
@ -343,11 +343,10 @@ textarea.form-control {
|
|||
.duration-picker {
|
||||
position: absolute;
|
||||
z-index: 999;
|
||||
|
||||
border-radius: var(--border-radius);
|
||||
box-shadow: var(--shadow-sm);
|
||||
background: var(--popover-bg);
|
||||
|
||||
width: max-content;
|
||||
&:after,
|
||||
&:before {
|
||||
border: solid transparent;
|
||||
|
|
@ -466,4 +465,4 @@ button.data-pill {
|
|||
top: 0;
|
||||
right: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue