Skip to content

Commit e3f175a

Browse files
author
Ajit Kumar
committed
fix(UI and screenshots)
1 parent 067c239 commit e3f175a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/main.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ header {
136136
width: 40%;
137137
min-width: 200px;
138138
max-width: 250px;
139-
height: 100%;
139+
height: 100vh;
140140
z-index: 1;
141141
background-color: var(--secondary-color);
142142
transition: all 0.3s ease-in-out;
@@ -430,5 +430,5 @@ footer {
430430
background-color: rgba(0, 0, 0, 0.1);
431431
backdrop-filter: blur(20px);
432432
position: relative;
433-
z-index: 100;
433+
z-index: 0;
434434
}

0 commit comments

Comments
 (0)