RubyGems
npm
Organizations
Log in
Sign up
npm
@yourdash/uikit
Versions diffs
1.0.7 → 1.0.8
@yourdash/uikit 1.0.7 → 1.0.8
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/package.json
+1
-1
package/views/dialog/dialog.module.scss
+1
-0
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@yourdash/uikit",
3
-
"version": "1.0.
7
",
3
+
"version": "1.0.
8
",
4
4
"license": "MIT",
5
5
"type": "module",
6
6
"engines": {
package/views/dialog/dialog.module.scss
CHANGED
Viewed
@@ -35,6 +35,7 @@
35
35
position: fixed;
36
36
top: 0;
37
37
left: 0;
38
+
z-index: 100;
38
39
}
39
40
40
41
.view {