Add a shadow to draggable items to prohibit invisible PIP outlines.

This commit is contained in:
Timo K
2026-04-07 12:56:09 +02:00
parent efd1b42da0
commit 6c8219a26b
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ Please see LICENSE in the repository root for full details.
.tile.draggable {
cursor: grab;
box-shadow: var(--big-drop-shadow);
}
.tile.draggable:active {