From a938218301eff6c54d8f753f584c9b0c8b782762 Mon Sep 17 00:00:00 2001 From: Laszlo Korte Date: Fri, 7 Dec 2018 14:20:39 +0100 Subject: [PATCH 1/2] Set z-index of flash message to fix #1246 --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index d9ef63e31..3e54a79cf 100644 --- a/css/style.css +++ b/css/style.css @@ -794,6 +794,7 @@ h1.rustup { top: 0; left: 0; padding: 20px 0; + z-index: 1; } .flash a { From 5de45f71f5baed463077882619890374bff298c8 Mon Sep 17 00:00:00 2001 From: Laszlo Korte Date: Fri, 7 Dec 2018 14:26:30 +0100 Subject: [PATCH 2/2] increase z-index of ribbon to be in front of flash --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 3e54a79cf..724f92bcf 100644 --- a/css/style.css +++ b/css/style.css @@ -236,6 +236,7 @@ ul.laundry-list { top: 0; right: 0; border: 0; + z-index: 2; width: 149px; height: 149px; }