From 09195882f443a2090e831de564797394406df84e Mon Sep 17 00:00:00 2001 From: James Allen Date: Thu, 13 Oct 2016 14:25:46 +0100 Subject: [PATCH] Add scrollbar todo note --- services/web/public/stylesheets/app/editor/review-panel.less | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/public/stylesheets/app/editor/review-panel.less b/services/web/public/stylesheets/app/editor/review-panel.less index 169272721e..07de04be33 100644 --- a/services/web/public/stylesheets/app/editor/review-panel.less +++ b/services/web/public/stylesheets/app/editor/review-panel.less @@ -16,6 +16,7 @@ top: 0; bottom: 0; left: 0; + // TODO: Use a more cross-browser method of hiding the scroll bar right: -30px; // Hide scroll bar overflow-y: scroll; }