mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-03 15:10:19 +00:00
fix debug-panel
This commit is contained in:
@@ -67,6 +67,9 @@ export function DebugPanel() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{/* 预编译tailwindCSS */}
|
||||||
|
<div className='right-96 -right-96 right-0'></div>
|
||||||
|
|
||||||
{/* 调试侧拉抽屉 */}
|
{/* 调试侧拉抽屉 */}
|
||||||
<div
|
<div
|
||||||
className={` ${show ? 'shadow-card' : '-right-96'} w-96 overflow-y-scroll h-full p-5 bg-white fixed right-0 bottom-0 z-50 duration-200`}
|
className={` ${show ? 'shadow-card' : '-right-96'} w-96 overflow-y-scroll h-full p-5 bg-white fixed right-0 bottom-0 z-50 duration-200`}
|
||||||
|
|||||||
Reference in New Issue
Block a user