@appartmint/mint 1.0.3 → 1.0.4

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
@@ -1266,11 +1266,14 @@ app-footer::before {
1266
1266
  box-sizing: border-box;
1267
1267
  }
1268
1268
 
1269
+ html {
1270
+ overflow-x: hidden;
1271
+ }
1272
+
1269
1273
  html,
1270
1274
  body {
1271
1275
  color: var(--mint-fore);
1272
1276
  background-color: var(--mint-back);
1273
- overflow-x: hidden;
1274
1277
  min-height: 100vh;
1275
1278
  margin: 0;
1276
1279
  padding: 0;
@@ -1286,11 +1289,11 @@ body.mint-fixed main {
1286
1289
  min-height: 100vh;
1287
1290
  padding-top: var(--mint-header-height);
1288
1291
  }
1289
- body.mint-ready mint-root {
1292
+ body.mint-ready app-root {
1290
1293
  opacity: 1;
1291
1294
  }
1292
1295
 
1293
- mint-root {
1296
+ app-root {
1294
1297
  display: block;
1295
1298
  position: relative;
1296
1299
  opacity: 0;