From c7d058f2bc6ba51b5b41e96c7fbf7f6c5de41c02 Mon Sep 17 00:00:00 2001 From: MathWhiz Date: Mon, 4 Apr 2016 20:48:54 -0500 Subject: [PATCH] Add z-index to notes textarea --- website/public/css/tasks.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/public/css/tasks.styl b/website/public/css/tasks.styl index c311402127..c10143d9fe 100644 --- a/website/public/css/tasks.styl +++ b/website/public/css/tasks.styl @@ -407,6 +407,10 @@ for $stage in $stages form margin-bottom: 0 // stupid bootstrap override +textarea.form-control + position: relative + z-index: 50 + [class$="-options"] padding: 1em 1em 0 color: #333