File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
browser-extension/tests/playground Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -272,9 +272,9 @@ export const ClaudePrototype = () => {
272272 < div className = 'p-3 border-b' >
273273 < div className = 'flex flex-wrap gap-3 items-center' > </ div >
274274
275- { /* Bulk actions bar */ }
275+ { /* Bulk actions bar - floating popup */ }
276276 { selectedIds . size > 0 && (
277- < div className = 'mt-3 p-3 bg-blue-50 rounded-md flex items-center gap-3' >
277+ < div className = 'fixed bottom-6 left-1/2 transform -translate-x-1/2 p-3 bg-blue-50 rounded-md shadow-lg border border-blue-200 flex items-center gap-3 z-50 ' >
278278 < span className = 'text-sm font-medium' > { selectedIds . size } selected</ span >
279279 < button type = 'button' className = 'text-sm text-blue-600 hover:underline' >
280280 Copy
You can’t perform that action at this time.
0 commit comments