removed poptrox display none on mobile

This commit is contained in:
Sophia Atkinson 2022-12-06 01:11:51 -08:00
parent 469c571a1d
commit 4028389c5e
1 changed files with 3 additions and 39 deletions

View File

@ -6,7 +6,9 @@
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
::-webkit-scrollbar {
display: none;
}
@-moz-keyframes spinner {
0% {
-moz-transform: rotate(0deg);
@ -1160,26 +1162,6 @@ input, select, textarea {
}
@media screen and (max-width: 736px) {
.panel {
-moz-transform: translateY(-100vh);
-webkit-transform: translateY(-100vh);
-ms-transform: translateY(-100vh);
transform: translateY(-100vh);
padding: 4em 2em 2em 2em ;
bottom: auto;
top: calc(4em - 1px);
}
.panel.active {
-moz-transform: translateY(0);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
/* Poptrox Popup */
@ -1343,24 +1325,6 @@ input, select, textarea {
}
@media screen and (max-width: 736px) {
.poptrox-popup:before {
display: none;
}
.poptrox-popup .caption {
display: none !important;
}
.poptrox-popup .closer,
.poptrox-popup .nav-previous,
.poptrox-popup .nav-next {
display: none !important;
}
}
/* Wrapper */
#wrapper {