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 {