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 (
|
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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user