Skip to content

Instantly share code, notes, and snippets.

@raine
Last active March 6, 2020 12:09
Show Gist options
  • Save raine/7b2d2807880e600d08ab3ad26206802b to your computer and use it in GitHub Desktop.
Save raine/7b2d2807880e600d08ab3ad26206802b to your computer and use it in GitHub Desktop.
Escape from Tarkov Wiki Fullscreen Customs Interactive Map
/*
* 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