Skip to content

Commit 63dc808

Browse files
Adam RaineDevtools-frontend LUCI CQ
authored andcommitted
[RPP Observations] Fix scroll bar bug when logs are empty
This was causing an extra scroll bar to appear on the logs section when it isn't necessary. Bug: None Change-Id: Ie0204553521641d4a6bb4617f1bc5e70dcca3cf2 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6182535 Auto-Submit: Adam Raine <[email protected]> Reviewed-by: Connor Clark <[email protected]> Commit-Queue: Connor Clark <[email protected]>
1 parent 49f33a4 commit 63dc808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/panels/timeline/components/liveMetricsView.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
display: flex;
140140
flex-direction: column;
141141
flex: 1 0 300px;
142-
overflow: auto;
142+
overflow: hidden;
143143
max-height: max-content;
144144

145145
--app-color-toolbar-background: transparent;

0 commit comments

Comments
 (0)