fix(Grid CSS): remove unused css rules and css classes

This commit is contained in:
SimonGschnell
2024-11-14 11:07:58 +01:00
parent 3fff0c5325
commit f159d6e2a7
2 changed files with 0 additions and 8 deletions
-1
View File
@@ -349,7 +349,6 @@ export default {
<div
ref="container"
class="drop-grid position-relative h-0"
:class="{'empty-tile-background':active}"
:style="gridStyle"
@touchmove="dragOver"
@touchend="dragCancel"