Skip to content

Commit 3fd9d97

Browse files
rritik772Ritik Ranjan
authored and
Ritik Ranjan
committed
feature/auto-hide-tab-bar fixed background color if theme applied
1 parent b3720b3 commit 3fd9d97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontend/app/tab/tabbar.scss

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939

4040
position: fixed;
4141
z-index: 1000;
42-
background: var(--main-bg-color);
42+
background: transparent;
43+
backdrop-filter: blur(10px);
44+
border-radius: 12px;
4345

4446
transition: top 0.3s ease;
4547
}

0 commit comments

Comments
 (0)