From 6d1a09cd6563b8a28cecfc5805019ac7ddbc5aab Mon Sep 17 00:00:00 2001 From: Qiyun Dai Date: Mon, 26 Jun 2023 08:36:59 -0700 Subject: [PATCH] fix(template-v2): new extra section padding issue fix + z-index fix (#918) --- 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; }