Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
fix(template-v2): new extra section padding issue fix + z-index fix (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyundai committed Jun 26, 2023
1 parent 81d2d15 commit 6d1a09c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion express/blocks/search-marquee/search-marquee.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
3 changes: 2 additions & 1 deletion express/blocks/template-list/template-list.css
Original file line number Diff line number Diff line change
@@ -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;
}

Expand Down

0 comments on commit 6d1a09c

Please sign in to comment.