mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
16 lines
212 B
SCSS
16 lines
212 B
SCSS
#initp__wrp_active {
|
|
display: none;
|
|
}
|
|
|
|
.is-fullscreen .initp__fullscreen-hidden {
|
|
display: none !important;
|
|
}
|
|
|
|
@media (width <= 991px) {
|
|
.viewport-wrapper {
|
|
bottom: 0;
|
|
height: 100vh;
|
|
min-height: 0;
|
|
}
|
|
}
|