mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user