jkuri / ngx-slimscroll

Customizable Scrollbar Directive for Angular

Home Page:https://ngx-slimscroll.jankuri.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scroll is not calculated correctly in modal

raullukacs opened this issue · comments

Hi,

The scroll is not working properly inside a modal that has position: fixed. The library initializes but the scroll is calculated to be 100% even thought it is not correct.

Library used for modal: ngx-simple-modal ( based on bootstrap)

In package.json:
"ngx-simple-modal": "^1.3.13", "ngx-slimscroll": "^5.2.2",