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.
@@ -17,7 +17,7 @@
17
17
 
18
18
  var jSuites = {};
19
19
 
20
- var Version = '4.16.8';
20
+ var Version = '4.16.9';
21
21
 
22
22
  var Events = function() {
23
23
 
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
@@ -17,7 +17,7 @@
17
17
 
18
18
  var jSuites = {};
19
19
 
20
- var Version = '4.16.8';
20
+ var Version = '4.16.9';
21
21
 
22
22
  var Events = function() {
23
23
 
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "javascript plugins"
20
20
  ],
21
21
  "main": "dist/jsuites.js",
22
- "version": "4.16.8",
22
+ "version": "4.16.9",
23
23
  "bugs": "https://github.com/jsuites/jsuites/issues",
24
24
  "homepage": "https://github.com/jsuites/jsuites",
25
25
  "docs": "https://jsuites.net",