We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f067360 commit 562bb24Copy full SHA for 562bb24
domains/Frontend.html
@@ -439,21 +439,21 @@
439
440
.sidebar {
441
position: fixed;
442
- top: 60px;
+ top: 0;
443
left: 0;
444
width: 100%;
445
height: 50vh;
446
max-height: 50vh;
447
padding: 20px;
448
- padding-top: 20px;
449
- z-index: 1000;
+ padding-top: 80px;
+ z-index: 900;
450
transform: translateY(-100%);
451
transition: transform 0.3s ease-in-out;
452
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
453
}
454
455
.sidebar.mobile-open {
456
- transform: translateY(0);
+ transform: translateY(60px);
457
458
459
.sidebar-close-btn {
0 commit comments