[Sprint/FunnyFrog](bug): Fixed toggle button hidden behind groups bar mobile. #1060
0/1 discussion resolved
23 25 } 24 26 25 27 .m-groupGrid__toggleBtn { 28 display: block; 29 z-index: 99; 30 cursor: pointer; 31 position: fixed; 32 top: 55px; 33 34 @media screen and (max-width: $min-desktop) { 35 top: 106px; 36 } 37 38 right: 65px; - Owner
please move up so its in line with the other blocks. also note spacing.