From 4028389c5e6b7f8650e2385f37f2d45986ca5584 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Tue, 6 Dec 2022 01:11:51 -0800 Subject: [PATCH] removed poptrox display none on mobile --- assets/css/main.css | 42 +++--------------------------------------- 1 file changed, 3 insertions(+), 39 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index aaeb81c..488ee06 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -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 {