Skip to content

Commit 7a8acfb

Browse files
ktranDevtools-frontend LUCI CQ
authored andcommitted
Add back vertical scrollbar in console sidebar
A previous CL (https://crrev.com/c/5830446) accidentally removed the vertical scrollbar of the console sidebar. This re-adds the corresponding css to show it. Before: https://i.imgur.com/mISRG0z.png After: https://i.imgur.com/ogqi3uP.png Fixed: 386610911 Change-Id: I34c6edf4be4da3699e60653cf2194ae40924eb95 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6148233 Auto-Submit: Kim-Anh Tran <[email protected]> Reviewed-by: Benedikt Meurer <[email protected]> Commit-Queue: Benedikt Meurer <[email protected]>
1 parent 7c9c9a2 commit 7a8acfb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

front_end/panels/console/consoleSidebar.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
* found in the LICENSE file.
55
*/
66

7+
:host {
8+
overflow: auto;
9+
}
10+
711
.count {
812
flex: none;
913
margin: 0 var(--sys-size-3);

0 commit comments

Comments
 (0)