From 75be6f3fb4773564497512e4057d6276f3425825 Mon Sep 17 00:00:00 2001 From: gargshruti30 <34654829+gargshruti30@users.noreply.github.com> Date: Wed, 21 Mar 2018 20:38:28 +0530 Subject: [PATCH] FIX #484 'FIREFOX' is hiding on decreasing width of update-orphaning page (#489) * FIX #484'FIREFOX' is hiding on decreasing width of update-orphaning page --- update-orphaning/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/update-orphaning/index.css b/update-orphaning/index.css index d069694..896c6f4 100644 --- a/update-orphaning/index.css +++ b/update-orphaning/index.css @@ -16,6 +16,7 @@ body { padding: 7px; z-index: 10; position: fixed; + right: 0; } #weekly-dropdown { text-align: center;