3500 fix ios bug (#3521)

* Fix docs navbar, Fix z-indices

* Update dependencies, Fix #3500

* Update changelog
This commit is contained in:
Jeremy Thomas
2022-05-07 12:10:40 +01:00
committed by GitHub
parent 8ed98422a7
commit c2db8a0368
21 changed files with 683 additions and 464 deletions

View File

@@ -9,6 +9,10 @@
- `$breakpoints` Sass map: a map of named breakpoints and their type (`from`, `until` or both)
- `@mixin breakpoint`: uses the new `$breakpoints` Sass map to output a media query
### Bugfix
- #3500 Fix hidden disabled buttons on iOS 15.4
## 0.9.3
### New features