.qr-wrapper { position: relative; } .qr-screen-wrapper { background: $chrome; top: 3rem; left: 0; right: 0; bottom: 3rem; height: auto; overflow: hidden; position: absolute; z-index: 4000; /* Above menu popup */ } .qr-screen { align-items: center; display: flex; justify-content: center; margin-top: 3.4rem; } .qr-screen-content { width: 80%; .qr-screen_image { align-items: center; display: flex; justify-content: center; img { display: block; height: auto; width: 19rem; } } .qr-screen_address { margin-top: 1rem; cursor: default; p { color: $grey; text-align: center; } } }