@basic-genomics/hivtrace-viz 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12003,6 +12003,12 @@ circle.cluster {
12003
12003
  margin-top: 5px;
12004
12004
  }
12005
12005
 
12006
+ /* Statistics tab - scrollable content area without affecting tabs */
12007
+ #trace-attributes {
12008
+ overflow-y: auto;
12009
+ height: calc(100vh - 120px);
12010
+ }
12011
+
12006
12012
  /* Checkbox and label vertical alignment - only for hide_filter addon */
12007
12013
  input[data-hivtrace-ui-role="hide_filter"] {
12008
12014
  vertical-align: middle;