You are here: Foswiki>Tasks Web>Item13518 (03 Aug 2015, GeorgeClark)Edit Attach

Item13518: Extra scrollbar in NatEditPlugin + PatternSkin

pencil
Priority: Urgent
Current State: Closed
Released In: 2.0.1
Target Release: patch
Applies To: Extension
Component: NatEditPlugin, PatternSkin
Branches: master
Reported By: MichaelDaum
Waiting For:
Last Change By: GeorgeClark
In edit mode there is an extra scrollbar on the viewport. Annoying.

Hotfix:

diff --git a/PatternSkin/templates/foswiki.pattern.tmpl b/PatternSkin/templates/foswiki.pattern.tmpl
index 1bb9122..c3d6384 100644
--- a/PatternSkin/templates/foswiki.pattern.tmpl
+++ b/PatternSkin/templates/foswiki.pattern.tmpl
@@ -65,14 +65,13 @@
 %TMPL:DEF{"main"}%<div class="foswikiPage"><div id="patternScreen">
 <div id="patternPageShadow">%TMPL:P{"topbar"}%
 <div id="patternPage">
-%TMPL:P{"startsidebarwrapper"}%<div id="patternOuter">
+%TMPL:P{"startsidebarwrapper"}%<div id="patternOuter" class="clear">
 <div id="patternFloatWrap">
 <div id="patternMain">%TMPL:P{"topbarspacer"}%
 <div id="patternMainContents">%TMPL:P{"logo"}%%TMPL:P{"patterntopiccontents"}%
 </div>
 </div>%TMPL:P{"sidebar"}%
 </div>
-<div class="clear">&nbsp;</div>
 </div>%TMPL:P{"endsidebarwrapper"}%%TMPL:P{"bottombar"}%
 </div>
 </div>

-- MichaelDaum - 09 Jul 2015

 
Topic revision: r3 - 03 Aug 2015, GeorgeClark
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy