@tmlmobilidade/ui 20250506.1603.59 → 20250506.1621.22
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/index.css.map +1 -1
- package/dist/styles-no-reset.css +2 -1
- package/dist/styles.css +2 -1
- package/package.json +1 -1
package/dist/styles-no-reset.css
CHANGED
@@ -10768,10 +10768,11 @@ breakpoint-mobile {
|
|
10768
10768
|
align-items: center;
|
10769
10769
|
justify-content: space-between;
|
10770
10770
|
height: 100%;
|
10771
|
-
overflow-y: auto;
|
10772
10771
|
background-color: var(--color-system-background-100);
|
10773
10772
|
border-right: 1px solid var(--color-system-border-100);
|
10774
10773
|
box-shadow: 0 0 10px -5px rgb(0 0 0 / 20%);
|
10774
|
+
|
10775
|
+
/* overflow-y: auto; */
|
10775
10776
|
}
|
10776
10777
|
|
10777
10778
|
|
package/dist/styles.css
CHANGED
@@ -10823,10 +10823,11 @@ breakpoint-mobile {
|
|
10823
10823
|
align-items: center;
|
10824
10824
|
justify-content: space-between;
|
10825
10825
|
height: 100%;
|
10826
|
-
overflow-y: auto;
|
10827
10826
|
background-color: var(--color-system-background-100);
|
10828
10827
|
border-right: 1px solid var(--color-system-border-100);
|
10829
10828
|
box-shadow: 0 0 10px -5px rgb(0 0 0 / 20%);
|
10829
|
+
|
10830
|
+
/* overflow-y: auto; */
|
10830
10831
|
}
|
10831
10832
|
|
10832
10833
|
|