bulma
bulma copied to clipboard
Fixes #3961
This is a bugfix.
Resolves #3961
Proposed solution
The usage of media range syntax fixes this issue. According to Can I use, this syntax is baseline available since 2023.
Tradeoffs
This is not as backwards compatible as the old max-width. Alternatively one could use the same workaround as bootstrap and subtract only 0.02px. See the alternative implementation here.
Testing Done
(Note: due to a rounding error, my viewport has actually a width between 1023px and 1024px)
| Size | Without this fix | With this fix |
|---|---|---|
1022px |
||
1023px |
||
1024px |
Changelog updated?
No.