From be7bd01c3dd85242e79ef4b39d078e088877f633 Mon Sep 17 00:00:00 2001 From: Damon Tian Date: Tue, 6 Feb 2018 05:10:28 -0500 Subject: [PATCH] fix(map): Fix vertical scrollbar not showing up in code edit (#16625) Closes #16327 --- common/app/routes/Challenges/views/classic/classic.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/app/routes/Challenges/views/classic/classic.less b/common/app/routes/Challenges/views/classic/classic.less index 37f7ed5543..e4ca47aee7 100644 --- a/common/app/routes/Challenges/views/classic/classic.less +++ b/common/app/routes/Challenges/views/classic/classic.less @@ -4,7 +4,6 @@ // challenge panes are bound to the pane size which in turn is // bound to the total height minus navbar height .max-element-height() { - height: 100%; overflow-x: hidden; overflow-y: auto; } @@ -19,4 +18,4 @@ .@{ns}-editor { .max-element-height(); width: 100%; -} +} \ No newline at end of file