mirror of
https://github.com/FranP-code/Reflecto.git
synced 2025-10-13 00:43:31 +00:00
feat: adjust z-index for NewSpaceDialog and remove inline style from SpacesGrid
This commit is contained in:
@@ -68,7 +68,7 @@ export function NewSpaceDialog({
|
||||
return (
|
||||
<Dialog>
|
||||
<DialogTrigger>{triggerButton || defaultTrigger}</DialogTrigger>
|
||||
<DialogContent className="sm:max-w-md">
|
||||
<DialogContent className="sm:max-w-md" style={{ zIndex: 201 }}>
|
||||
<DialogHeader>
|
||||
<DialogTitle>Create New Space</DialogTitle>
|
||||
<DialogDescription>
|
||||
|
||||
@@ -71,11 +71,6 @@ export function SpacesGrid() {
|
||||
|
||||
return (
|
||||
<div className="space-y-6 p-6">
|
||||
<style>
|
||||
{`.tl-watermark_SEE-LICENSE {
|
||||
z-index: 1 !important;
|
||||
}`}
|
||||
</style>
|
||||
{/* Header */}
|
||||
<div className="flex items-center justify-between">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user