Commit 9fa4f7c8 authored by isstuev's avatar isstuev

tooltip zIndex

parent d9453168
...@@ -3,6 +3,7 @@ const zIndices = { ...@@ -3,6 +3,7 @@ const zIndices = {
auto: 'auto', auto: 'auto',
base: 0, base: 0,
docked: 10, docked: 10,
tooltip: 900,
dropdown: 1000, dropdown: 1000,
sticky: 1100, sticky: 1100,
sticky1: 1101, sticky1: 1101,
...@@ -13,7 +14,6 @@ const zIndices = { ...@@ -13,7 +14,6 @@ const zIndices = {
popover: 1500, popover: 1500,
skipLink: 1600, skipLink: 1600,
toast: 1700, toast: 1700,
tooltip: 1800,
}; };
export default zIndices; export default zIndices;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment