Fix for "search anywhere" draggable icon

This commit is contained in:
Vlyan
2021-01-01 22:55:35 +01:00
parent 78fde2cdd9
commit 2ceb501543

View File

@@ -186,3 +186,8 @@ sup {
} }
} }
} }
// Fix for "search anywhere" draggable icon
.window-draggable-handle {
z-index: 2;
}