Skip to content

Commit 562bb24

Browse files
authored
Update Frontend.html
1 parent f067360 commit 562bb24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

domains/Frontend.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -439,21 +439,21 @@
439439

440440
.sidebar {
441441
position: fixed;
442-
top: 60px;
442+
top: 0;
443443
left: 0;
444444
width: 100%;
445445
height: 50vh;
446446
max-height: 50vh;
447447
padding: 20px;
448-
padding-top: 20px;
449-
z-index: 1000;
448+
padding-top: 80px;
449+
z-index: 900;
450450
transform: translateY(-100%);
451451
transition: transform 0.3s ease-in-out;
452452
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
453453
}
454454

455455
.sidebar.mobile-open {
456-
transform: translateY(0);
456+
transform: translateY(60px);
457457
}
458458

459459
.sidebar-close-btn {

0 commit comments

Comments
 (0)