diff --git a/express/blocks/search-marquee/search-marquee.css b/express/blocks/search-marquee/search-marquee.css index 2cf1a736b..174362156 100644 --- a/express/blocks/search-marquee/search-marquee.css +++ b/express/blocks/search-marquee/search-marquee.css @@ -31,7 +31,7 @@ main .search-marquee .search-dropdown-container { width: 100%; box-sizing: border-box; left: 0; - z-index: 2; + z-index: 3; } main .search-marquee .search-dropdown-container .dropdown-title { diff --git a/express/blocks/template-list/template-list.css b/express/blocks/template-list/template-list.css index 0aeb20806..27b74b33d 100644 --- a/express/blocks/template-list/template-list.css +++ b/express/blocks/template-list/template-list.css @@ -1,4 +1,5 @@ -main .template-list-horizontal-fullwidth-container { +main .template-list-horizontal-fullwidth-container, +main .template-list-fullwidth-apipowered-container { padding-top: 0; }