This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
macrovision
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Remove absolute positioning from entity images. This fixes them flying into the air for some reason
tags/v0.1.0
Fen Dweller
6 years ago
parent
1ea82a4b04
commit
3e28303c5d
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
macrovision.css
+ 0
- 1
macrovision.css
View File
@@ -36,7 +36,6 @@ body {
}
.entity-image {
position: absolute;
height: 100%;
pointer-events: auto;
-webkit-user-drag: none;
Write
Preview
Loading…
Cancel
Save