@appartmint/mint 4.2.32 → 4.2.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/css/mint.css CHANGED
@@ -204,6 +204,9 @@ body.mint-fixed #mint-header {
204
204
  height: var(--mint-header-height);
205
205
  }
206
206
  @media (min-width: 768px) {
207
+ #mint-header .mint-expand .mint-scroller {
208
+ display: contents;
209
+ }
207
210
  #mint-header .mint-expand [aria-controls=mint-wrapper] {
208
211
  display: none;
209
212
  }
@@ -423,6 +426,9 @@ body.mint-fixed #mint-header {
423
426
  #mint-header [aria-controls=mint-wrapper][aria-expanded=true] .mint-menu-icon::after {
424
427
  transform: translate(-50%, 0) rotate(-45deg);
425
428
  }
429
+ #mint-header #mint-wrapper {
430
+ background: var(--mint-back);
431
+ }
426
432
  #mint-header #mint-wrapper nav {
427
433
  flex-grow: 1;
428
434
  height: auto;