@asd20/ui 3.4.2 → 3.4.3

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@asd20/ui",
3
- "version": "3.4.2",
3
+ "version": "3.4.3",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "sideEffects": [
@@ -219,7 +219,7 @@ export default {
219
219
  flex-direction: column;
220
220
  flex-grow: 1;
221
221
  flex-shrink: 0;
222
- overflow-y: auto;
222
+ overflow: hidden;
223
223
  margin-top: space(2.25);
224
224
  nav {
225
225
  .asd20-picker {
@@ -246,7 +246,7 @@ export default {
246
246
  flex-direction: column;
247
247
  flex-grow: 1;
248
248
  flex-shrink: 0;
249
- overflow-y: auto;
249
+ overflow: hidden;
250
250
  margin-top: space(2.25);
251
251
 
252
252
  .asd20-video-header {
@@ -563,20 +563,6 @@ export default {
563
563
  .asd20-notification-group--floating {
564
564
  position: absolute;
565
565
  top: space(2.0375);
566
- // .bell {
567
- // box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
568
- // svg {
569
- // fill: var(--color__accent) !important;
570
- // }
571
- // span {
572
- // background: var(--color__accent) !important;
573
- // top: inherit !important;
574
- // right: inherit !important;
575
- // width: 1.2rem !important;
576
- // height: 1.2rem !important;
577
- // font-size: 0.75rem !important;
578
- // }
579
- // }
580
566
  }
581
567
  }
582
568
 
@@ -303,7 +303,7 @@ export default {
303
303
  flex-direction: column;
304
304
  flex-grow: 1;
305
305
  flex-shrink: 0;
306
- overflow-y: auto;
306
+ overflow: hidden;
307
307
  margin-top: space(2.25);
308
308
  .weather-link {
309
309
  text-decoration: none;
@@ -258,7 +258,7 @@ export default {
258
258
  flex-direction: column;
259
259
  flex-grow: 1;
260
260
  flex-shrink: 0;
261
- overflow-y: auto;
261
+ overflow: hidden;
262
262
  margin-top: space(2.25);
263
263
  .notification-translation-container {
264
264
  display: flex;