Commit 3270a452 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Update z-index on Adder

Respect the original (pre-tailwind) z-index scale, which is 1, 2, 3 vs
Tailwind's 10, 20, 30, etc.
parent 6a8b1aa9
......@@ -42,7 +42,7 @@ function AdderToolbarArrow({ arrowDirection }) {
'absolute left-1/2 -translate-x-1/2',
// Override `1em` width/height rules in `Icon` to size the arrow as
// its SVG dimensions dictate
'h-auto w-auto z-10',
'h-auto w-auto z-2',
'text-grey-3 fill-white',
{
// Down arrow: transform to point the arrow down
......
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