From e18ddad70025cb687435eb7e2c3c221ea3a387b2 Mon Sep 17 00:00:00 2001 From: Robb Hamilton Date: Mon, 30 Mar 2026 10:10:34 -0400 Subject: [PATCH] Revert "OCPBUGS-74156: Prevent pod log viewer from shifting page layout when searching" --- frontend/public/style/_overrides.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/frontend/public/style/_overrides.scss b/frontend/public/style/_overrides.scss index b9c0d436736..c51017ce67a 100644 --- a/frontend/public/style/_overrides.scss +++ b/frontend/public/style/_overrides.scss @@ -44,14 +44,6 @@ $masthead-logo-max-height: 60px; } } -// Upstream PatternFly LogViewer bug https://github.com/patternfly/react-log-viewer/issues/106 -// Prevent scrollIntoView in LogViewer from horizontally scrolling the drawer__main container when searching pod logs with wrap lines disabled. -// Workaround: Apply overflow: clip to remove the element from being a scroll container entirely, so scrollIntoView skips it. -// This prevents the page shift without affecting the log viewer's own horizontal scrolling. -#content .pf-v6-c-drawer__main { - overflow: clip; -} - .odc-catalog-tile { // Get rid of weird stretching of catalog grid items .pf-v6-c-card__header-main {