uikit / uikit

A lightweight and modular front-end framework for developing fast and powerful web interfaces

Home Page:http://getuikit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stacked off-canvas with overlay scrolling body

jgudtmann opened this issue · comments

If you open a modal and an off-canvas (stacked and with overlay:true) and then hide the modal, you can scroll the content of body behind the overlay of the off-canvas.

Do you close the modal programmatically? It shouldn't be possible through the ui, right?

Yes, I do close it programmatically.