diff --git a/frontend/app/tab/tabbar.scss b/frontend/app/tab/tabbar.scss index 7a4b6c98a..fb77395e2 100644 --- a/frontend/app/tab/tabbar.scss +++ b/frontend/app/tab/tabbar.scss @@ -39,7 +39,9 @@ position: fixed; z-index: 1000; - background: var(--main-bg-color); + background: transparent; + backdrop-filter: blur(10px); + border-radius: 12px; transition: top 0.3s ease; }