fix: z-index
This commit is contained in:
parent
75cbc73b33
commit
294e89b6f7
@ -210,9 +210,9 @@ const customRangeActive = computed<Boolean>(() => {
|
||||
<style lang="scss" scoped>
|
||||
.datepicker-with-range-container {
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
|
||||
:deep(.popup) {
|
||||
z-index: 10;
|
||||
margin-top: 1rem;
|
||||
border-radius: $radius;
|
||||
border: 1px solid var(--grey-200);
|
||||
|
Loading…
x
Reference in New Issue
Block a user