Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit bb36561

Browse files
committedFeb 26, 2024·
Remove zIndex from active tab indicator
The zIndex doesn't effect its visibility in the Pathfinder UI and this element tends to show in front of UI that is overlayed on top of Pathfinder when integrated in other applications.
1 parent 78f956e commit bb36561

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎.changeset/ninety-zebras-shout.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@pathfinder-ide/react': patch
3+
---
4+
5+
Remove zIndex from active tab indicator. The zIndex doesn't effect its visibility in the Pathfinder UI and this element tends to show in front of UI that is overlayed on top of Pathfinder when integrated in other applications.

‎packages/react/src/components/tabs/tabs.css.ts

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export const tabButtonClass = style([
4444
height: 2,
4545
bottom: 1,
4646
left: contract.space[12],
47-
zIndex: 1,
4847
},
4948

5049
'&[data-headlessui-state="selected"]': {

0 commit comments

Comments
 (0)
This repository has been archived.