-
Notifications
You must be signed in to change notification settings - Fork 5
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
Custom EPA CSS conflicts with usability of leaflet, plotly #52
Comments
From Brad and Kiki - https://www.epa.gov/themes/epa_theme/pattern-lab/?p=pages-standalone-template This is the theme template we should use. I tried substituting it into shiny and was having issues. I'm sure someone could handily make this change! |
Commenting out following line in epa_markup.R file (for now):
Updating following lines with new template Brad provided:
|
comment out issue line and update pattern lab theme, see: #52
Here is the current state of this issue: This issue is related to the EPA banner. I have tried to fix on my own but it requires CSS/HTML and R Shiny experience to troubleshoot.
|
comment out issue line and update pattern lab theme, see: #52
comment out issue line and update pattern lab theme, see: #52
Describe the bug
The leaflet map in the overview page is hard to drag and zoom in to. The points appear to move in a delayed fashion when zooming in/out panning. Additionally, in plotly plots, the hover info flies in from the left of the plot, and the text becomes separated from the bubble, flying to varying heights above the bubble itself.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Map should update more quickly.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
This is a problem with some of the styling contained here: https://www.epa.gov/themes/epa_theme/css/styles.css?r6lsex
This css info is contained on line 94 of the epa_markup.R file: https://github.com/USEPA/TADAShiny/blob/develop/R/epa_markup.R
The text was updated successfully, but these errors were encountered: