We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab5ef8b + e18ddad commit 89b5685Copy full SHA for 89b5685
1 file changed
frontend/public/style/_overrides.scss
@@ -44,14 +44,6 @@ $masthead-logo-max-height: 60px;
44
}
45
46
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
-
55
.odc-catalog-tile {
56
// Get rid of weird stretching of catalog grid items
57
.pf-v6-c-card__header-main {
0 commit comments