v2-ui #84

Merged
Vishnu merged 53 commits from v2-ui into main 2025-05-10 13:42:19 +00:00
1 changed files with 5 additions and 4 deletions
Showing only changes of commit c1d425b91d - Show all commits

View File

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