Skip to content

Instantly share code, notes, and snippets.

@xkr47
Last active September 24, 2019 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xkr47/f647846c3090e0affd28df6e3174c1cb to your computer and use it in GitHub Desktop.
Save xkr47/f647846c3090e0affd28df6e3174c1cb to your computer and use it in GitHub Desktop.
Fix Doodle to use full screen width and to stop resetting the horizontal scrolling when scrolling "outside" the vote table
.d-pagesContainer {
max-width: unset !important;
}
.d-expandableScrollContainer {
overflow: visible !important;
background: white;
max-width: unset !important;
width: unset !important;
}
#d-participationPage #d-metadataView .d-pollMetadataRow, #d-participationPage #d-metadataView .d-pollHiddenButton.d-silentButton {
max-width: unset !important;
}
.d-mainContentInnerContainer {
width: 100vw;
}
.d-option {
background: white;
}
#d-nextChevron {
opacity: 0.4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment