7df99a27a400ec5627663c3a0692e9ab7d04796c max Fri May 9 09:25:54 2025 -0700 fix: null on recent genes, split screen titles, scroll bar coming up without reason, zooming on split screen, checkbox on both sides updating on change event, hide checkbox when not in split screen mode diff --git src/cbPyLib/cellbrowser/cbWeb/css/cellBrowser.css src/cbPyLib/cellbrowser/cbWeb/css/cellBrowser.css index cfe7298..0380d79 100644 --- src/cbPyLib/cellbrowser/cbWeb/css/cellBrowser.css +++ src/cbPyLib/cellbrowser/cbWeb/css/cellBrowser.css @@ -317,31 +317,31 @@ width: 100%; height: 100%; overflow-y: scroll; } #tpLeftTabs { border: 0; height: 100%; } #tpGeneTab, #tpAnnotTab, #tpLayoutTab { border-top: 1px solid #AAA; padding:0; padding-top: 5px; height: 100%; - overflow-y: scroll; + overflow-y: auto; } .tpMetaBox { font-size: 13px; cursor:default; overflow:hidden } .tpMetaHover { color: white; background-color: #333 !important; } .tpMetaLabel { font-weight: bold; padding-left: 2px} .tpMetaLabelGrey { color: #666666} .tpMetaMultiVal { font-style: italic; color: gray } .tpMetaHistLabel { text-decoration: underline; color: blue } .tpMetaValue { height: 1.3em; padding-left: 3px; background-color:#EEE; } .tpMetaSelect { outline: 2px solid black; background-color: #DEDEDE } .tpMetaValueSelect { background-color: #CCC} .tpMetaPerc { color:grey; float:right }