fix: z-index
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2021-12-29 21:12:43 +01:00
parent 75cbc73b33
commit 294e89b6f7
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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);