diff --git a/index.html b/index.html index d3d0c35..cba1d51 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ Recipe App - Modular - + @@ -384,8 +384,6 @@ } #app-bottom-nav .bottom-dock { position: relative; - z-index: 0; - isolation: isolate; width: min(calc(100% - 2rem), 22.4rem); min-height: 3.7rem; display: grid; @@ -399,26 +397,9 @@ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16), 0 14px 22px rgba(0, 0, 0, 0.24), - 0 22px 34px rgba(0, 0, 0, 0.18), - inset 0 1px 0 rgba(255, 255, 255, 0.04); - backdrop-filter: blur(24px); - -webkit-backdrop-filter: blur(24px); + 0 22px 34px rgba(0, 0, 0, 0.18); pointer-events: auto; } - #app-bottom-nav .bottom-dock::after { - content: ''; - position: absolute; - left: 11%; - right: 11%; - bottom: -0.72rem; - height: 1.05rem; - border-radius: 999px; - background: rgba(0, 0, 0, 0.36); - filter: blur(12px); - opacity: 0.9; - z-index: -1; - pointer-events: none; - } #app-bottom-nav .nav-tab, #app-bottom-nav .nav-action { appearance: none; @@ -528,7 +509,7 @@