BD-IATI / edi

Interface to import IATI data to Bangladesh AIMS
GNU Affero General Public License v3.0
7 stars 3 forks source link

Up/down keys not working to scroll up/down page #95

Closed markbrough closed 7 years ago

markbrough commented 7 years ago

I think this is related to the slimscroll library. Looks like this CSS should fix it:


#divView {
    overflow-y: scroll !important;
}