Container shows\ cursor

This commit is contained in:
Lucas
2026-03-16 16:06:24 +10:00
parent ba4e0f69d7
commit 1f0cb60a4f

View File

@@ -214,7 +214,7 @@ onUnmounted(() => {
overflow: hidden;
width: 100%;
height: 100%;
cursor: none;
cursor: default;
background: linear-gradient(to bottom, rgb(var(--background)) 0%, #5788fe 100%);
}