Skip to content

Commit 28c4266

Browse files
rileyajonesbmd3k
authored andcommitted
Bug Fix: Make the runs data table only show a scrollbar when needed (#6656)
## Motivation for features / changes The runs table previously always showed the scroll bar. Now it only shows when there are enough runs. ## Screenshots of UI changes (or N/A) Before (no scroll): ![image](https://github.com/tensorflow/tensorboard/assets/78179109/ab6f197e-1494-4c3a-b11d-88e181860e8b) Before (with scroll): ![image](https://github.com/tensorflow/tensorboard/assets/78179109/ff5908ee-5a75-4153-9a93-d541c5980d51) After (no scroll): ![image](https://github.com/tensorflow/tensorboard/assets/78179109/e287cf02-8cc2-4386-baee-505a5b406266) After (with scroll): ![image](https://github.com/tensorflow/tensorboard/assets/78179109/78c45e94-38aa-4997-971d-d7148d548bda)
1 parent 0e52863 commit 28c4266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorboard/webapp/runs/views/runs_table/runs_data_table.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $_arrow_size: 16px;
2222
}
2323

2424
:host {
25-
overflow-y: scroll;
25+
overflow-y: auto;
2626
width: 100%;
2727
}
2828

0 commit comments

Comments
 (0)