Last active
December 20, 2015 08:59
-
-
Save FinalAngel/6104009 to your computer and use it in GitHub Desktop.
Django CMS Frontend Tipps & Tricks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// allow toolbar items to be visible on small screen sizes | |
$('.cms_toolbar').height(60).find('.cms_toolbar-right').css('display', 'block !important'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment