Last active
March 6, 2020 12:09
-
-
Save raine/7b2d2807880e600d08ab3ad26206802b to your computer and use it in GitHub Desktop.
Escape from Tarkov Wiki Fullscreen Customs Interactive Map
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Add this custom style on the page https://escapefromtarkov.gamepedia.com/Customs_Interactive_Map | |
* with extension like Stylus to remove all the clutter and view map in fullscreen. | |
*/ | |
.mw-body-content { | |
z-index: initial; | |
} | |
#map { | |
visibility: visible; | |
position: fixed; | |
top: 0; | |
left: 0; | |
width: 100% !important; | |
height: 100% !important; | |
z-index: 2147483647 !important; | |
background: #000; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment