Skip to content

Commit

Permalink
Replaced body height w/ overflow ↞ [auto-sync from `KudoAI/chat…
Browse files Browse the repository at this point in the history
…gpt.js-chrome-starter`]
  • Loading branch information
kudo-sync-bot committed Nov 14, 2024
1 parent 3c8ffe7 commit d289578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starters/chrome/extension/popup/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* General size */
html { height: fit-content }
body { width: max-content ; height: 85px !important ; margin: 0 }
body { width: max-content ; margin: 0 ; overflow: clip }

/* General font */
body, button, input, select, textarea {
Expand Down

0 comments on commit d289578

Please sign in to comment.