2f6c4a7a by Jeremy Groot

mobile qa fixes

1 parent 1ea41715
...@@ -14930,6 +14930,11 @@ article > h5 { ...@@ -14930,6 +14930,11 @@ article > h5 {
14930 #page-content .col-sm-smallMenu.show { 14930 #page-content .col-sm-smallMenu.show {
14931 z-index: 9999; 14931 z-index: 9999;
14932 } 14932 }
14933 .the-topper a {
14934 right: 1rem;
14935 bottom: 1rem;
14936 z-index: 999;
14937 }
14933 #quicksearch { 14938 #quicksearch {
14934 background: none; 14939 background: none;
14935 border: 0; 14940 border: 0;
......
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.
...@@ -404,6 +404,12 @@ ...@@ -404,6 +404,12 @@
404 z-index: 9999; 404 z-index: 9999;
405 } 405 }
406 406
407 .the-topper a {
408 right: 1rem;
409 bottom: 1rem;
410 z-index: 999;
411 }
412
407 #quicksearch { 413 #quicksearch {
408 background: none; 414 background: none;
409 border: 0; 415 border: 0;
......