Item13968: SiteSideBar background remains visible when zooming the page

pencil
Priority: Enhancement
Current State: Closed
Released In: n/a
Target Release:
Applies To: Extension
Component: NatSkin
Branches:
Reported By: AlexAnder
Waiting For:
Last Change By: MichaelDaum
SiteSideBar background remains visible when zooming the page and set to the left.

My configuration:
{NatSkin}{Layout} = 'fixed';
{NatSkin}{Menu} = 1;
{NatSkin}{SideBar} = 'left';
{NatSkin}{Style} = 'JazzyNote';
{NatSkin}{Variation} = 'off';

SiteSideBar visible background

When the side bar is set to the right it works without any problems while zooming the page: http://imgur.com/6WsMYyn

-- AlexAnder - 19 Feb 2016

Hot-fix:

diff --git a/pub/System/JazzyNoteTheme/JazzyNoteStyle.uncompressed.css b/pub/System/JazzyNoteTheme/JazzyNoteStyle.uncompressed.css
index 030fb1f..ad3ce0e 100644
--- a/pub/System/JazzyNoteTheme/JazzyNoteStyle.uncompressed.css
+++ b/pub/System/JazzyNoteTheme/JazzyNoteStyle.uncompressed.css
@@ -96,9 +96,6 @@ h1,
   border-top:1px solid #E1EAFA;
   border-bottom:1px solid #8099C4;
 }
-.natWebMenu {
-  margin-bottom:-1px;
-}
 .natWebMenu li {
   border-right:1px solid #E1EAFA;
 }
@@ -663,6 +660,7 @@ a:hover.natScrollTop {
 @media (max-width:870px) {
   .natBody .natMiddleContents {
     margin-right:0;
+    margin-left:0;
   }

-- Main.MichaelDaum - 19 Feb 2016 - 14:03

Thanks for the hot-fix, it works perfectly!

-- AlexAnder - 19 Feb 2016

Added to latest release.

-- MichaelDaum - 23 Jan 2017
 

ItemTemplate edit

Summary SiteSideBar background remains visible when zooming the page
ReportedBy AlexAnder
Codebase
SVN Range
AppliesTo Extension
Component NatSkin
Priority Enhancement
CurrentState Closed
WaitingFor
Checkins
ReleasedIn n/a
CheckinsOnBranches
trunkCheckins
masterCheckins
ItemBranchCheckins
Release02x01Checkins
Release02x00Checkins
Release01x01Checkins
Topic revision: r5 - 23 Jan 2017, MichaelDaum
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