From 23a1c2a7723682a1fc802348625ae29ba3ff77ba Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Wed, 2 Mar 2016 10:40:45 +1100 Subject: [PATCH] Remove scroll bar from enterprise modal description Multiple scroll bars within a modal were confusing. The inner scroll bar for the long enterprise description got removed. The general modal scroll bar persists. Fix #806 Full profile modal about section copy display improvement --- app/assets/stylesheets/darkswarm/modal-enterprises.css.sass | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/stylesheets/darkswarm/modal-enterprises.css.sass b/app/assets/stylesheets/darkswarm/modal-enterprises.css.sass index e0090ca163..e4724a13f5 100644 --- a/app/assets/stylesheets/darkswarm/modal-enterprises.css.sass +++ b/app/assets/stylesheets/darkswarm/modal-enterprises.css.sass @@ -62,10 +62,8 @@ // ABOUT Enterprise .about-container - max-height: 200px min-height: 20px margin-bottom: 0.5rem - overflow-y: scroll overflow-x: hidden border-bottom: 1px solid $light-grey @include box-shadow(0 2px 2px -2px $light-grey)