Skip to content
Merged
Changes from 1 commit
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
3 changes: 2 additions & 1 deletion src/views/preview/project-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
pointer-events: auto !important;
}

.tooltip-set-thumbnail ~ .driver-overlay {
.driver-active:has(.tooltip-set-thumbnail) > .driver-overlay {
Copy link

Copilot AI Aug 27, 2025

Choose a reason for hiding this comment

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

The :has() pseudo-class has limited browser support, especially in older versions of Safari and Firefox. Consider providing a fallback selector or using a JavaScript-based solution for broader compatibility.

Copilot uses AI. Check for mistakes.
z-index: -1 !important;
visibility: hidden;
}

.driver-popover.tooltip-set-thumbnail {
Expand Down
Loading