fc1faaa6 by Jeremy Groot

desktop qa fixes

1 parent 015071bc
......@@ -14574,10 +14574,10 @@ article > h5 {
}
#brokercontent .col-sm-smallMenu .tab_menu .menu-graphic-wrap {
height: 100%;
flex-basis: 20%;
display: flex;
justify-content: center;
align-items: center;
margin: 0 13px;
}
#brokercontent .col-sm-smallMenu .tab_menu .tab_label {
font-size: 0.75rem;
......@@ -14951,7 +14951,7 @@ article > h5 {
padding-top: 1.5rem;
position: fixed;
z-index: 9;
top: 9rem;
top: 10rem;
}
.sidebar.show {
display: block;
......@@ -14975,6 +14975,14 @@ article > h5 {
.sidebar > *:last-child {
padding-bottom: 4rem;
}
.retract .sidebar {
top: 9rem;
}
.sidebar.show > section {
overflow: scroll;
max-height: 70.5vh;
height: 70.5vh;
}
#page-content .col-sm-smallMenu.show {
z-index: 9999;
}
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -388,7 +388,7 @@
padding-top:1.5rem;
position: fixed;
z-index: 9;
top:9rem;
top:10rem;
&.show {
display: block;
}
......@@ -413,6 +413,20 @@
}
}
.retract {
.sidebar {
top:9rem;
}
}
.sidebar.show {
& > section {
overflow: scroll;
max-height: 70.5vh;
height: 70.5vh;
}
}
#page-content .col-sm-smallMenu.show {
z-index: 9999;
}
......
......@@ -386,10 +386,10 @@ article {
}
.menu-graphic-wrap {
height:100%;
flex-basis:20%;
display:flex;
justify-content: center;
align-items: center;
margin:0 13px;
}
.tab_label {
font-size: 0.75rem;
......