jsuites 4.16.8 → 4.16.9
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/jsuites.basic.js +1 -1
- package/dist/jsuites.css +5 -0
- package/dist/jsuites.js +1 -1
- package/package.json +1 -1
package/dist/jsuites.basic.js
CHANGED
package/dist/jsuites.css
CHANGED
|
@@ -1826,6 +1826,11 @@ div[data-before]:before {
|
|
|
1826
1826
|
supported by Chrome and Opera */
|
|
1827
1827
|
}
|
|
1828
1828
|
|
|
1829
|
+
.jmodal_content .jcalendar .jcalendar-content,
|
|
1830
|
+
.jmodal_content .jdropdown-container {
|
|
1831
|
+
position: fixed;
|
|
1832
|
+
}
|
|
1833
|
+
|
|
1829
1834
|
|
|
1830
1835
|
.jnotification {
|
|
1831
1836
|
position: fixed;
|
package/dist/jsuites.js
CHANGED
package/package.json
CHANGED