Skip to content

Commit 214a4e9

Browse files
authored
Create a new dist version 0.0.4 (#5)
Collecting: - Fix z-index (#4)
1 parent 9859ecc commit 214a4e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/components/PopUpDialog/popUpDialog.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
width: 100%;
2626
height: 100%;
2727
background: $mineshaftTwo;
28-
z-index: 999;
28+
z-index: 9;
2929

3030
&.custom-position {
3131
width: auto;

dist/components/Tooltip/tooltip.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
line-height: 1.4;
66
display: flex;
77
max-width: 400px;
8-
z-index: 999;
8+
z-index: 9;
99
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iguazio.dashboard-react-controls",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Collection of resources (such as CSS styles, fonts and images) and ReactJS 17.x components to share among different Iguazio React repos.",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)