fix:gantt chart styles

This commit is contained in:
2025-09-08 10:45:29 +03:30
parent c382d97d8d
commit a768c64a68
6 changed files with 1296 additions and 1094 deletions

View File

@@ -607,31 +607,7 @@
justify-content: space-between !important;
transition: all 0.2s ease-in-out !important;
position: relative !important;
overflow: visible !important;
}
/* Ensure page-size picker can overflow and is clickable */
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-size,
.ag-theme-alpine.vuetify-grid .ag-paging-page-size {
position: relative !important;
overflow: visible !important;
z-index: 2 !important;
}
.ag-theme-alpine-dark.vuetify-grid .ag-wrapper.ag-picker-field-wrapper,
.ag-theme-alpine.vuetify-grid .ag-wrapper.ag-picker-field-wrapper {
position: relative !important;
pointer-events: auto !important;
}
/* Raise ag-Grid popups above footer */
.ag-theme-alpine-dark.vuetify-grid .ag-popup,
.ag-theme-alpine.vuetify-grid .ag-popup,
.ag-theme-alpine-dark.vuetify-grid .ag-select-list,
.ag-theme-alpine.vuetify-grid .ag-select-list,
.ag-theme-alpine-dark.vuetify-grid .ag-menu,
.ag-theme-alpine.vuetify-grid .ag-menu {
z-index: 9999 !important;
overflow: hidden !important;
}
.ag-theme-alpine-dark.vuetify-grid .ag-paging-panel:hover {
@@ -971,7 +947,7 @@
justify-content: space-between !important;
transition: all 0.2s ease-in-out !important;
position: relative !important;
overflow: visible !important;
overflow: hidden !important;
font-size: 14px !important;
}