fc1faaa6 by Jeremy Groot

desktop qa fixes

1 parent 015071bc
...@@ -14574,10 +14574,10 @@ article > h5 { ...@@ -14574,10 +14574,10 @@ article > h5 {
14574 } 14574 }
14575 #brokercontent .col-sm-smallMenu .tab_menu .menu-graphic-wrap { 14575 #brokercontent .col-sm-smallMenu .tab_menu .menu-graphic-wrap {
14576 height: 100%; 14576 height: 100%;
14577 flex-basis: 20%;
14578 display: flex; 14577 display: flex;
14579 justify-content: center; 14578 justify-content: center;
14580 align-items: center; 14579 align-items: center;
14580 margin: 0 13px;
14581 } 14581 }
14582 #brokercontent .col-sm-smallMenu .tab_menu .tab_label { 14582 #brokercontent .col-sm-smallMenu .tab_menu .tab_label {
14583 font-size: 0.75rem; 14583 font-size: 0.75rem;
...@@ -14951,7 +14951,7 @@ article > h5 { ...@@ -14951,7 +14951,7 @@ article > h5 {
14951 padding-top: 1.5rem; 14951 padding-top: 1.5rem;
14952 position: fixed; 14952 position: fixed;
14953 z-index: 9; 14953 z-index: 9;
14954 top: 9rem; 14954 top: 10rem;
14955 } 14955 }
14956 .sidebar.show { 14956 .sidebar.show {
14957 display: block; 14957 display: block;
...@@ -14975,6 +14975,14 @@ article > h5 { ...@@ -14975,6 +14975,14 @@ article > h5 {
14975 .sidebar > *:last-child { 14975 .sidebar > *:last-child {
14976 padding-bottom: 4rem; 14976 padding-bottom: 4rem;
14977 } 14977 }
14978 .retract .sidebar {
14979 top: 9rem;
14980 }
14981 .sidebar.show > section {
14982 overflow: scroll;
14983 max-height: 70.5vh;
14984 height: 70.5vh;
14985 }
14978 #page-content .col-sm-smallMenu.show { 14986 #page-content .col-sm-smallMenu.show {
14979 z-index: 9999; 14987 z-index: 9999;
14980 } 14988 }
......
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 @@ ...@@ -388,7 +388,7 @@
388 padding-top:1.5rem; 388 padding-top:1.5rem;
389 position: fixed; 389 position: fixed;
390 z-index: 9; 390 z-index: 9;
391 top:9rem; 391 top:10rem;
392 &.show { 392 &.show {
393 display: block; 393 display: block;
394 } 394 }
...@@ -413,6 +413,20 @@ ...@@ -413,6 +413,20 @@
413 } 413 }
414 } 414 }
415 415
416 .retract {
417 .sidebar {
418 top:9rem;
419 }
420 }
421
422 .sidebar.show {
423 & > section {
424 overflow: scroll;
425 max-height: 70.5vh;
426 height: 70.5vh;
427 }
428 }
429
416 #page-content .col-sm-smallMenu.show { 430 #page-content .col-sm-smallMenu.show {
417 z-index: 9999; 431 z-index: 9999;
418 } 432 }
......
...@@ -386,10 +386,10 @@ article { ...@@ -386,10 +386,10 @@ article {
386 } 386 }
387 .menu-graphic-wrap { 387 .menu-graphic-wrap {
388 height:100%; 388 height:100%;
389 flex-basis:20%;
390 display:flex; 389 display:flex;
391 justify-content: center; 390 justify-content: center;
392 align-items: center; 391 align-items: center;
392 margin:0 13px;
393 } 393 }
394 .tab_label { 394 .tab_label {
395 font-size: 0.75rem; 395 font-size: 0.75rem;
......