File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1919 --pf-v6-c-card--BorderColor : transparent ;
2020 }
2121}
22+
23+ body :has (.anaconda ) {
24+ // HACK - https://github.com/patternfly/patternfly-react/issues/11987
25+ // Allow scrolling if a dropdown menu gets positioned outside the bounds of the window.
26+ // This is easier to reproduce on 1080p or lower resolutions
27+ // remove this once the proper fix is implemented on PF and the rest of cockpit
28+ // (see https://bugzilla.redhat.com/show_bug.cgi?id=2388785)
29+ overflow-y : auto !important ;
30+ // containers like pf-v6-c-page won't expand with the viewport when dropdown menus are created
31+ // on lower resolutions, so we force all background to match the default
32+ background : var (--pf-t--global--background--color--primary--default );
33+ }
You can’t perform that action at this time.
0 commit comments