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