Skip to content

Commit 707730f

Browse files
authored
HParams: move selected checkbox behind header (#6476)
## Motivation for features / changes The selection checkboxes display overtop of the selection header when scrolling. This PR moves the DataTable's header row to a z-index of 1. Which solves this problem and should solve any future issues like this with the DataTable. ## Screenshots of UI changes (or N/A) before: <img width="48" alt="Screenshot 2023-06-30 at 10 18 34 AM" src="https://github.com/tensorflow/tensorboard/assets/8672809/12c7e737-5b95-44fe-bde3-3c34e17b4676"> After: <img width="55" alt="Screenshot 2023-06-30 at 10 18 12 AM" src="https://github.com/tensorflow/tensorboard/assets/8672809/0181c2cc-6e3a-4d07-b458-c49b2378733b">
1 parent 95031ec commit 707730f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorboard/webapp/widgets/data_table/data_table_component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ $_accent: map-get(mat.get-color-config($tb-theme), accent);
2424

2525
.header {
2626
display: table-row;
27+
z-index: 1;
2728
}
2829

2930
.header {

0 commit comments

Comments
 (0)