Skip to content

Commit 3fde160

Browse files
Lightning00BladeDevtools-frontend LUCI CQ
authored andcommitted
Fix Show code getting chopped off in some cases
Whenever an error happened, for some reason the visible area would stay the same height so the first element was not showing correctly. We can safely remove the overflow as that is handled by the split widget. Fixed: 493488550 Change-Id: Id6885ff099fc1b25f7301dce35d26e634e6cee9e Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7705493 Reviewed-by: Samiya Caur <samiyac@chromium.org> Auto-Submit: Nikolay Vitkov <nvitkov@chromium.org> Commit-Queue: Samiya Caur <samiyac@chromium.org>
1 parent 5b4a14c commit 3fde160

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

front_end/panels/recorder/components/recordingView.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727

2828
.sections {
2929
min-height: 0;
30-
overflow: hidden;
3130
background-color: var(--sys-color-cdt-base-container);
3231
z-index: 0;
3332
position: relative;
@@ -357,11 +356,6 @@
357356
border-bottom: 1px solid var(--sys-color-divider);
358357
}
359358

360-
.show-code {
361-
margin-right: 14px;
362-
margin-top: 8px;
363-
}
364-
365359
devtools-recorder-extension-view {
366360
flex: 1;
367361
}

0 commit comments

Comments
 (0)