From 633e8c9e88cf95aac6550a22d2a19a646d15e8df Mon Sep 17 00:00:00 2001 From: Gandharv Date: Wed, 1 Sep 2021 10:25:59 +0530 Subject: [PATCH] fix datepicker styles (#658) --- frontend/src/_styles/custom.scss | 1 + frontend/src/_styles/theme.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/src/_styles/custom.scss b/frontend/src/_styles/custom.scss index 35812b0b82..4b56d14c8e 100644 --- a/frontend/src/_styles/custom.scss +++ b/frontend/src/_styles/custom.scss @@ -1,6 +1,7 @@ // overwrites the styles of datepicker [cell-type] .cell-type-datepicker { + z-index: 1; .rdtPicker { thead { diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index dfe6e3150f..908610f630 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -1275,6 +1275,7 @@ body { .table-responsive { margin-bottom: 0rem; + overflow: visible; } .code-hinter::-webkit-scrollbar {