Skip to content

Commit 89b5685

Browse files
Merge pull request #16218 from openshift/revert-16193-OCPBUGS-74156-pod-log-container-shifts-position
Revert "OCPBUGS-74156: Prevent pod log viewer from shifting page layout when searching"
2 parents ab5ef8b + e18ddad commit 89b5685

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

frontend/public/style/_overrides.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ $masthead-logo-max-height: 60px;
4444
}
4545
}
4646

47-
// Upstream PatternFly LogViewer bug https://github.com/patternfly/react-log-viewer/issues/106
48-
// Prevent scrollIntoView in LogViewer from horizontally scrolling the drawer__main container when searching pod logs with wrap lines disabled.
49-
// Workaround: Apply overflow: clip to remove the element from being a scroll container entirely, so scrollIntoView skips it.
50-
// This prevents the page shift without affecting the log viewer's own horizontal scrolling.
51-
#content .pf-v6-c-drawer__main {
52-
overflow: clip;
53-
}
54-
5547
.odc-catalog-tile {
5648
// Get rid of weird stretching of catalog grid items
5749
.pf-v6-c-card__header-main {

0 commit comments

Comments
 (0)