1
0

Fix minor CSS syntax error in index.html

This commit is contained in:
2025-05-26 11:58:50 +02:00
parent 78f20efe2f
commit 2b60896072

View File

@@ -203,7 +203,7 @@
pointer-events: none; pointer-events: none;
z-index: 10; z-index: 10;
} }
} }
</style> </style>
</head> </head>
<body class="flex h-screen bg-white"> <body class="flex h-screen bg-white">