Skip to content

Commit

Permalink
fix: removed unnecessary has clause for prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniosarro committed Feb 1, 2025
1 parent 9c79db8 commit f3c4f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -2006,6 +2006,6 @@ a:visited {

/***** REMOVE MAIN SCROLLBAR WHEN PROMPT IS OPEN ******/

body:has(.app):has(.vue-portal-target):has(.prompt) {
body:has(.prompt) {
overflow: hidden;
}

0 comments on commit f3c4f50

Please sign in to comment.