Skip to content

Commit

Permalink
[edit] header z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
Joy-port committed Aug 17, 2021
1 parent b853b77 commit 7ba0c36
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 45 deletions.
56 changes: 14 additions & 42 deletions app/assets/style/all.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/assets/style/all.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions app/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<body>
<!-- !!記得新增漢堡選單功能 -->
<!-- header -->
<header class="border border-dark">
<header class="border border-dark bg-white position-relative" style="z-index: 1080;">
<div class="py-18 | container-md py-md-8 | position-relative">
<h1 class="logo | position-absolute top-50 start-50 translate-middle">
<a href="index.html" class="h5 link-primary | text-nowrap"
Expand Down Expand Up @@ -228,7 +228,7 @@
<!-- scroll 將背景滾動功能關閉 -->
<!-- backdrop 將背景半透明暗灰的色塊去除 -->
<div
class="vh-100-minus-header | offcanvas offcanvas-end | bg-black w-100 pt-6 px-10 mt-60 | w-md-75 pt-md-10 mt-md-82 | w-lg-50"
class="offcanvas offcanvas-end | bg-black w-100 pt-13 px-10 | w-md-75 pt-md-10| w-lg-50"
tabindex="-1"
id="cart-offcanvas"
aria-labelledby="cart-offcanvas-label"
Expand Down

0 comments on commit 7ba0c36

Please sign in to comment.