pydata/pydata-sphinx-theme

CSS is leaking outside of its boundaries

Open

#1,578 opened on Nov 30, 2023

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Python (376 forks)github user discovery
good first issuekind: bugtag: CSS

Repository metrics

Stars
 (766 stars)
PR merge metrics
 (Avg merge 1d 14h) (18 merged PRs in 30d)

Description

Using the pydata-sphinx-theme in ipyleaflet, we now see that the theme CSS pollutes the map widget:

For example with this page: https://ipyleaflet.readthedocs.io/en/latest/layers/image_video_overlay.html

What we see:

Screenshot from 2023-11-30 15-55-51

What we should see:

Screenshot from 2023-11-30 15-55-42

Other artifacts are visible in other pages of our documentation.

Contributor guide