Commit 6117ac4
authored
Column Customization: Fix scroll bar appearing when not needed (#6339)
## Motivation for features / changes
This PR fixes a bug where the scroll bar would appear when it was not
needed. It appeared because one of the divs inside the mat-tab-group did
not grow properly which causes a slight bit of overflow.
## Technical description of changes
Since the div which is not growing is built inside the mat-tab-group the
only way to access it is to apply ng-deep
## Screenshots of UI changes
before
<img width="224" alt="Screenshot 2023-04-20 at 12 00 55 PM"
src="https://user-images.githubusercontent.com/8672809/233463005-3e9479e0-e61a-4585-9f29-e916cfd77850.png">
after
<img width="233" alt="Screenshot 2023-04-20 at 12 00 46 PM"
src="https://user-images.githubusercontent.com/8672809/233463008-ad90cfc4-88bd-4a96-a7bb-73aca53278e5.png">1 parent 33abcb5 commit 6117ac4
File tree
1 file changed
+10
-0
lines changed- tensorboard/webapp/metrics/views/right_pane/scalar_column_editor
1 file changed
+10
-0
lines changedLines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
0 commit comments