fix: adjust layout of ContactDetailComponent for responsive SidebarComponent resizing

This commit is contained in:
Chneemann 2025-04-11 11:27:33 +02:00
parent dfe2b14206
commit 1dd8d32acf

View file

@ -43,6 +43,7 @@
box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.1);
overflow: auto;
}
.right-frame {
position: fixed;
top: 96px;
@ -154,6 +155,16 @@
/*------------- RESPONSIVE -------------*/
@media screen and (max-width: 1440px) {
.left-frame {
left: 60px;
}
.right-frame {
left: 460px;
}
}
@media screen and (max-width: 1150px) {
.left-frame {
right: 0;