hotfix: fix small styling issues with top nav, modals, and feature callouts

pull/4782/head
Scott Anderson 2023-03-09 15:22:50 -07:00
parent 2e1539b925
commit f4fc7b484e
3 changed files with 5 additions and 2 deletions

View File

@ -7,7 +7,7 @@
font-weight: $medium;
color: $g20-white;
box-shadow: 2px 2px 6px rgba($g2-kevlar, .35);
z-index: 1;
z-index: 100;
// temp styles for animation
transition: margin .3s ease-out;

View File

@ -6,6 +6,9 @@ body {
min-height: 100%;
font-family: $proxima;
background: $body-bg;
// One off style to hide element injected by Scarf marketing integration
& > img[referrerpolicy="no-referrer-when-downgrade"] {display: none;}
}
* {

View File

@ -5,7 +5,7 @@
top: 0;
width: 100%;
height: 100%;
z-index: 100;
z-index: 101;
.modal-overlay {
position: absolute;