Procházet zdrojové kódy

Remove absolute positioning from entity images. This fixes them flying into the air for some reason

tags/v0.1.0
Fen Dweller před 5 roky
rodič
revize
3e28303c5d
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. +0
    -1
      macrovision.css

+ 0
- 1
macrovision.css Zobrazit soubor

@@ -36,7 +36,6 @@ body {
} }


.entity-image { .entity-image {
position: absolute;
height: 100%; height: 100%;
pointer-events: auto; pointer-events: auto;
-webkit-user-drag: none; -webkit-user-drag: none;


Načítá se…
Zrušit
Uložit