From 5fda3a5d8e84c38af106687549c43f0752b813cf Mon Sep 17 00:00:00 2001 From: Qiyun Dai Date: Mon, 26 Jun 2023 10:32:07 -0500 Subject: [PATCH] fix(template-v2): new extra section padding issue fix + z-index fix --- express/blocks/search-marquee/search-marquee.css | 2 +- express/blocks/template-list/template-list.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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; }