@appartmint/mint 2.6.7 → 2.6.15

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
@@ -474,6 +474,7 @@
474
474
  flex-shrink: 0;
475
475
  justify-content: flex-end;
476
476
  margin-left: auto;
477
+ overflow: visible;
477
478
  }
478
479
  #mint-header .mint-dropdown {
479
480
  background: var(--mint-header-back);
@@ -1005,8 +1006,10 @@
1005
1006
  .mint-btn-group {
1006
1007
  display: flex;
1007
1008
  width: fit-content;
1009
+ max-width: 100%;
1008
1010
  margin: auto;
1009
1011
  padding: 0;
1012
+ overflow: visible;
1010
1013
  transition: all var(--mint-delay-default);
1011
1014
  }
1012
1015
  .mint-btn-group > *:first-child, .mint-btn-group > *:first-child button {
@@ -1058,6 +1061,7 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
1058
1061
  justify-content: center;
1059
1062
  flex-wrap: wrap;
1060
1063
  gap: 1rem;
1064
+ overflow: hidden;
1061
1065
  }
1062
1066
  @media (min-width: 480px) {
1063
1067
  .mint-buttons {