Skip to content
Open
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
FIX: Update css to prevent printing.
  • Loading branch information
Eve Huf authored and Eve Huf committed Dec 4, 2025
commit cdc27df089cd8dc17e490304d8c07e4d875d1c7f
2 changes: 1 addition & 1 deletion packages/overlay/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ const { iframe, getIframe } = useIframe(clientUrl, async () => {
}

@media print {
#vue-devtools-anchor {
.vue-devtools__anchor {
display: none;
}
}
Expand Down