feat: adjust z-index for NewSpaceDialog and remove inline style from SpacesGrid

This commit is contained in:
2025-09-04 13:39:30 -03:00
parent e8b178b0c9
commit c9604dcc89
2 changed files with 1 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ export function NewSpaceDialog({
return ( return (
<Dialog> <Dialog>
<DialogTrigger>{triggerButton || defaultTrigger}</DialogTrigger> <DialogTrigger>{triggerButton || defaultTrigger}</DialogTrigger>
<DialogContent className="sm:max-w-md"> <DialogContent className="sm:max-w-md" style={{ zIndex: 201 }}>
<DialogHeader> <DialogHeader>
<DialogTitle>Create New Space</DialogTitle> <DialogTitle>Create New Space</DialogTitle>
<DialogDescription> <DialogDescription>

View File

@@ -71,11 +71,6 @@ export function SpacesGrid() {
return ( return (
<div className="space-y-6 p-6"> <div className="space-y-6 p-6">
<style>
{`.tl-watermark_SEE-LICENSE {
z-index: 1 !important;
}`}
</style>
{/* Header */} {/* Header */}
<div className="flex items-center justify-between"> <div className="flex items-center justify-between">
<div> <div>