Skip to content

Commit

Permalink
fix: hide popper components when printing (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovamen committed Jul 9, 2024
1 parent 2d36cce commit cda7fcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/src/assets/css/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
#code-pane,
#code-preview-handle,
#tools-pane,
#nuxt-devtools-container {
#nuxt-devtools-container,
[data-radix-popper-content-wrapper] {
display: none !important;
}

Expand Down

0 comments on commit cda7fcd

Please sign in to comment.