We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5f743 commit 60e4731Copy full SHA for 60e4731
src/components/FloatingToolbar/index.jsx
@@ -90,7 +90,7 @@ function FloatingToolbar(props) {
90
onStop={dragEvent.onStop}
91
position={virtualPosition}
92
>
93
- <div className="chatgptbox-selection-window">
+ <div className="chatgptbox-selection-window resizable-popup">
94
<div className="chatgptbox-container">
95
<ConversationCard
96
session={props.session}
0 commit comments