@appartmint/mint 2.6.7 → 2.6.8

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appartmint/mint",
3
3
  "author": "App Art Mint LLC",
4
- "version": "2.6.7",
4
+ "version": "2.6.8",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -398,6 +398,7 @@
398
398
  flex-shrink: 0;
399
399
  justify-content: flex-end;
400
400
  margin-left: auto;
401
+ overflow: visible;
401
402
  }
402
403
 
403
404
  #{class(dropdown)} {
@@ -146,8 +146,10 @@
146
146
  &-group {
147
147
  display: flex;
148
148
  width: fit-content;
149
+ max-width: 100%;
149
150
  margin: auto;
150
151
  padding: 0;
152
+ overflow: visible;
151
153
  transition: all css-var(delay-default);
152
154
 
153
155
  & > * {
@@ -212,6 +214,7 @@ p {
212
214
  justify-content: center;
213
215
  flex-wrap: wrap;
214
216
  gap: 1rem;
217
+ overflow: hidden;
215
218
 
216
219
  @include break(xs) {
217
220
  justify-content: flex-start;