editor panel : pointer events all on close button

This commit is contained in:
isUnknown 2025-12-10 13:38:34 +01:00
parent e4b3188aff
commit 0eb4ed21e3

View file

@ -107,6 +107,7 @@ nav {
background: transparent;
border: none;
cursor: pointer;
pointer-events: all;
color: var(--color-interface-300);
transition: color 0.2s ease;