What's Changed
- CrateDB Cloud: Collapse navigation items on
feature/index
page by @amotl in #556 - Fixes for various bugs (scrollbar, focus, cascades), style improvements by @msbt in #560
- Bump sass from 1.80.5 to 1.81.0 by @dependabot in #557
Details
- CrateDB Cloud: Collapse navigation items on
feature/index
page - Fix some regressions from Furo (Algolia focus)
- Remove input focus (inherited from Furo)
- CLS fix from Algolia implementation
- Reposition code block (didn't cascade right)
- Add horizontal scrolling to tables on mobile to avoid having layouts wider than the screen
- Keep iframe embeds from having a layout wider than the screen by adding
max-width
- Fix scrollbar light-colors on Chromium browsers and different modes
- Use
<html>
instead of<body>
as target for dark/light modedata-theme
attributes - Update sass from 1.80.5 to 1.81.0
Thank you for the report about problems on Chromium, @proddata. 🏅
Thank you so much for all those fixes, @msbt. 💯
Full Changelog: 0.37.1...0.37.2