Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ $workspace-row-edge-margin: $edge-padding - $cell-padding;
box-shadow: none;
position: sticky;
top: 0;
z-index: 4;
z-index: 5;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noticed yet another small bug that I missed in #2133 😅. Looks like there was an issue with the z-index, causing the workspace row to have a higher stacking context than the head tooltips. Fixed by increasing the head z-index, making it higher than the workspace row.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's fine as is, but setting the z indexes in variables might help keeping the indexes in order at a glance. That is if the workspace row has a set z-index.

}

.tableIndicators {
Expand Down