You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: