mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
(fix:modals) use portals
This commit is contained in:
@@ -38,7 +38,7 @@ export default function ActionButtons({
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="absolute right-4 top-4 z-20">
|
||||
<div className="fixed right-4 top-4 z-10">
|
||||
<div className={`flex items-center gap-2 sm:gap-4 ${className}`}>
|
||||
{showNewChat && (
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user