|
@@ -2684,6 +2684,9 @@ body.hide-subview .lm_close_tab,
|
|
body.hide-subview .lm_controls {
|
|
body.hide-subview .lm_controls {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
+.lm_header .lm_tabdropdown_list .lm_tab {
|
|
|
|
+ width: 100%;
|
|
|
|
+}
|
|
.lm_header .lm_tabdropdown_list .lm_tab .lm_title {
|
|
.lm_header .lm_tabdropdown_list .lm_tab .lm_title {
|
|
width: unset;
|
|
width: unset;
|
|
max-width: 500px;
|
|
max-width: 500px;
|
|
@@ -5327,6 +5330,10 @@ fancy-tooltip {
|
|
margin: 0;
|
|
margin: 0;
|
|
overflow: visible;
|
|
overflow: visible;
|
|
}
|
|
}
|
|
|
|
+.lm_tabdropdown_list {
|
|
|
|
+ z-index: 9999 !important;
|
|
|
|
+ background-color: #111111;
|
|
|
|
+}
|
|
.ref-viewer {
|
|
.ref-viewer {
|
|
overflow-x: hidden;
|
|
overflow-x: hidden;
|
|
}
|
|
}
|