Refactor sidebar styles: adjust margins, padding, and max-height for improved layout and responsiveness

This commit is contained in:
Vishnu 2025-05-10 14:05:25 +05:30
parent bf6e95b7f2
commit c1d425b91d
1 changed files with 5 additions and 4 deletions

View File

@ -271,6 +271,7 @@
height: calc(100% - 16px); height: calc(100% - 16px);
max-height: 46vh; max-height: 46vh;
overflow: auto; overflow: auto;
margin: 0;
} }
} }
} }
@ -454,7 +455,6 @@
height: calc(100% - 36px); height: calc(100% - 36px);
position: relative; position: relative;
width: 304px; width: 304px;
padding-bottom: 10px;
.no-event-selected { .no-event-selected {
color: #666; color: #666;
@ -780,8 +780,9 @@
.simulations-container, .simulations-container,
.event-proprties-wrapper { .event-proprties-wrapper {
position: relative; position: relative;
max-height: calc(60vh - (47px - 35px)); max-height: calc(62vh - (47px - 35px));
width: 304px; width: 304px;
border-radius: #{$border-radius-large};
overflow-x: hidden; overflow-x: hidden;
.header { .header {
@ -1175,8 +1176,8 @@
} }
.analysis-content-container { .analysis-content-container {
min-height: 50vh; min-height: 48vh;
max-height: 60vh; max-height: 56vh;
overflow-y: auto; overflow-y: auto;
.dropdown-header-container, .dropdown-header-container,