Set explorer-collapsed overflow to visible

This commit is contained in:
WhoAmI-WhereAmI 2025-07-01 20:44:58 +09:00 committed by GitHub
parent 52a5196f38
commit 377a2373f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,6 +35,7 @@
flex: 0 1 auto; flex: 0 1 auto;
&.collapsed { &.collapsed {
flex: 0 1 1.2rem; flex: 0 1 1.2rem;
overflow: visible;
& .fold { & .fold {
transform: rotateZ(-90deg); transform: rotateZ(-90deg);
} }