@appartmint/mint 4.2.29 → 4.2.30
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
|
@@ -3592,6 +3592,13 @@ textarea {
|
|
|
3592
3592
|
}
|
|
3593
3593
|
}
|
|
3594
3594
|
|
|
3595
|
+
.mint-scroller {
|
|
3596
|
+
display: flex;
|
|
3597
|
+
flex-direction: column;
|
|
3598
|
+
height: 100%;
|
|
3599
|
+
overflow-y: auto;
|
|
3600
|
+
}
|
|
3601
|
+
|
|
3595
3602
|
html, body {
|
|
3596
3603
|
font-family: sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
3597
3604
|
font-size: 1rem;
|