You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.
The bootstrap initialisation code (which is a really neat idea BTW) looks for a
temporary element for styling of the main frame,
The panel class was removed in bootstrap 3. In Boostrap 4, we have the "card" class that does the same things.
So the bootstrap.js init code just needs panel replacing with card.
Another niggle with the bootstrap code is that the z-index should be set to make the picker appear above a modal. Bootstrap currently sets the z-index of its modals to be 1050.
The text was updated successfully, but these errors were encountered:
The bootstrap initialisation code (which is a really neat idea BTW) looks for a
The panel class was removed in bootstrap 3. In Boostrap 4, we have the "card" class that does the same things.
So the bootstrap.js init code just needs panel replacing with card.
Another niggle with the bootstrap code is that the z-index should be set to make the picker appear above a modal. Bootstrap currently sets the z-index of its modals to be 1050.
The text was updated successfully, but these errors were encountered: