[xwiki-devs] response to IRC q. on extra scrollbar from 2.1 colibri
(12:44:45 PM) *Vincent Massol:* seems like have some css issue on myxwiki.org on this page when not logged in: http://myxwiki.org/xwiki/bin/view/Main/WebHome (12:44:57 PM) *Vincent Massol:* (the vertical crollbar) (12:45:01 PM) *Vincent Massol:* scrollbar (12:45:28 PM) *Vincent Massol:* same thing when logged in (12:45:37 PM) *Vincent Massol:* that looks new (12:46:06 PM) *Vincent Massol:* any css/skin guru here who could have a look (whenever you have time)? (12:46:21 PM) *Vincent Massol:* it might be a pb in our skin (12:46:30 PM) *Vincent Massol:* in which case we'd need to fix it In my own app, this problem appeared when upgrading to XE 2.1's colibri skin. I override the behavior in a local CSS file: #xwikicontent { overflow: hidden; /* Override new Xwiki 2.1 setting from /xwiki/bin/skin/skins/colibri/colibri.css which causes "double scrollbars" */ } The problematic statement begins on line 363 of /xwiki/bin/skin/skins/colibri/colibri.css<http://svn.xwiki.org/svnroot/xwiki/platform/skins/trunk/colibri/src/main/resources/colibri/colibri.css> #xwikicontent { overflow: auto; width: 100%; } Niels http://nielsmayer.com
participants (1)
-
Niels Mayer