Skip to content

Commit 60e4731

Browse files
committed
Fix: Style 'Ask ChatGPT' button on Google search page
1 parent 6e5f743 commit 60e4731

File tree

2 files changed

+1120
-1104
lines changed

2 files changed

+1120
-1104
lines changed

src/components/FloatingToolbar/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function FloatingToolbar(props) {
9090
onStop={dragEvent.onStop}
9191
position={virtualPosition}
9292
>
93-
<div className="chatgptbox-selection-window">
93+
<div className="chatgptbox-selection-window resizable-popup">
9494
<div className="chatgptbox-container">
9595
<ConversationCard
9696
session={props.session}

0 commit comments

Comments
 (0)