fix:gantt chart styles
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user