For the most part, this works ok. The main issue I see is on the week view. When the browser isn't tall enough to render all the hour rows, I'm showing a scrollbar. When you scroll, the header stays at the top as expected, but the rows are visible behind the header. Almost like background-color:initial is making the header transparent.
Is your feature request related to a problem? Please describe
Doesn't render very well at all when using bootstrap dark theme (
data-bs-theme="dark"
)Describe the solution you'd like
Ideally, out of the box support for bootstrap dark theme.
Describe your use case for implementing this feature
I have a way users can choose either light or dark theme. This should retheme the calendar to match.
Additional context
I'm not great at css, but I threw this together:
For the most part, this works ok. The main issue I see is on the week view. When the browser isn't tall enough to render all the hour rows, I'm showing a scrollbar. When you scroll, the header stays at the top as expected, but the rows are visible behind the header. Almost like
background-color:initial
is making the header transparent.