Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temp fixes of scrolling-related issues on mobile #1002

Merged
merged 1 commit into from Jan 10, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions frontend/public/style/_overrides.scss
Expand Up @@ -229,6 +229,9 @@ tags-input .autocomplete .suggestion-item em {
}

.pf-c-page {
// TEMP fix until https://github.com/patternfly/patternfly-next/issues/1174 is fixed upstream
height: 100% !important;

&__header {
background-color: var(--pf-global--BackgroundColor--dark-200);
background-image: url("../imgs/pfbg_2000.jpg");
Expand Down Expand Up @@ -256,6 +259,8 @@ tags-input .autocomplete .suggestion-item em {
--pf-c-page__sidebar--PaddingBottom: 0;
--pf-c-page__sidebar--PaddingTop: 0;
position: relative; // fix z-index bug in Edge
// TEMP fix until https://github.com/patternfly/patternfly-next/issues/1175 is fixed upstream
-webkit-overflow-scrolling: touch;

@media screen and (min-width: $grid-float-breakpoint) {
--pf-c-page__sidebar--BoxShadow: none;
Expand Down