@appartmint/mint 4.2.20 → 4.2.21
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
|
@@ -1719,6 +1719,10 @@ html.mint-modal-open {
|
|
|
1719
1719
|
transition-timing-function: ease-in-out;
|
|
1720
1720
|
}
|
|
1721
1721
|
|
|
1722
|
+
html.mint-panel-open {
|
|
1723
|
+
overflow: hidden;
|
|
1724
|
+
}
|
|
1725
|
+
|
|
1722
1726
|
.mint-panel.mint-right .mint-panel-wrapper {
|
|
1723
1727
|
top: var(--mint-header-height);
|
|
1724
1728
|
right: -100%;
|