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
This commit is contained in:
Maikel Linke
2016-03-02 10:40:45 +11:00
parent 098d313163
commit 23a1c2a772

View File

@@ -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)