Python kivy scrollable popup and static button
How to create a kivy Popup window with a scrollable content but a fixed close button.
Tested on debian jessie, python 2.7 and kivy library 1.7.2.
The idea is to have a popup to show some large text which need to scroll but the bottom close button …