Fix quick add selecbox overlaps app when hidden

This commit is contained in:
nathan 2023-11-15 14:22:17 -07:00
parent 47a466a39d
commit 255c08853b
5 changed files with 23 additions and 18 deletions

View File

@ -5636,9 +5636,10 @@ div.timesheet_timer {
#egw_fw_topmenu_info_items #topmenu_info_timer #timer_selectbox::part(menu) { #egw_fw_topmenu_info_items #topmenu_info_timer #timer_selectbox::part(menu) {
max-height: 60vh; max-height: 60vh;
} }
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(listbox), #egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox,
#egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox::part(listbox) { #egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox {
float: right; height: 0px;
overflow: hidden;
} }
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(combobox), #egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(combobox),
#egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox::part(combobox) { #egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox::part(combobox) {

View File

@ -5616,9 +5616,10 @@ div.timesheet_timer {
#egw_fw_topmenu_info_items #topmenu_info_timer #timer_selectbox::part(menu) { #egw_fw_topmenu_info_items #topmenu_info_timer #timer_selectbox::part(menu) {
max-height: 60vh; max-height: 60vh;
} }
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(listbox), #egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox,
#egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox::part(listbox) { #egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox {
float: right; height: 0px;
overflow: hidden;
} }
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(combobox), #egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(combobox),
#egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox::part(combobox) { #egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox::part(combobox) {

View File

@ -5626,9 +5626,10 @@ div.timesheet_timer {
#egw_fw_topmenu_info_items #topmenu_info_timer #timer_selectbox::part(menu) { #egw_fw_topmenu_info_items #topmenu_info_timer #timer_selectbox::part(menu) {
max-height: 60vh; max-height: 60vh;
} }
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(listbox), #egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox,
#egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox::part(listbox) { #egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox {
float: right; height: 0px;
overflow: hidden;
} }
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(combobox), #egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(combobox),
#egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox::part(combobox) { #egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox::part(combobox) {

View File

@ -315,8 +315,9 @@ div.timesheet_timer {
max-height: 60vh; max-height: 60vh;
} }
#quick_add_selectbox::part(listbox) { #quick_add_selectbox {
float: right; height: 0px;
overflow: hidden;
} }
#quick_add_selectbox::part(combobox) { #quick_add_selectbox::part(combobox) {

View File

@ -4921,10 +4921,10 @@ span.overlayContainer img.overlay {
border-bottom-width: 0px; border-bottom-width: 0px;
margin-top: 4px; margin-top: 4px;
background-color: #0C5DA5; background-color: #0C5DA5;
color: #f2f2f2;
} }
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h1, #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h1,
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h2 { #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h2 {
color: #f2f2f2;
background-image: url(../../api/templates/default/images/arrow_down.svg); background-image: url(../../api/templates/default/images/arrow_down.svg);
line-height: 1em; line-height: 1em;
font-size: 12px; font-size: 12px;
@ -5647,9 +5647,10 @@ div.timesheet_timer {
#egw_fw_topmenu_info_items #topmenu_info_timer #timer_selectbox::part(menu) { #egw_fw_topmenu_info_items #topmenu_info_timer #timer_selectbox::part(menu) {
max-height: 60vh; max-height: 60vh;
} }
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(listbox), #egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox,
#egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox::part(listbox) { #egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox {
float: right; height: 0px;
overflow: hidden;
} }
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(combobox), #egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(combobox),
#egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox::part(combobox) { #egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox::part(combobox) {