Skip to content

Commit

Permalink
feature/auto-hide-tab-bar fixed background color if theme applied
Browse files Browse the repository at this point in the history
  • Loading branch information
rritik772 authored and Ritik Ranjan committed Dec 16, 2024
1 parent b3720b3 commit 3fd9d97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/app/tab/tabbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 3fd9d97

Please sign in to comment.