From 5e74b9a837f644faa3324d2df9c61c7a0052c5fb Mon Sep 17 00:00:00 2001 From: tomjohnson1492 Date: Fri, 3 Jun 2016 06:34:57 -0700 Subject: [PATCH] fixing style in complex user map --- _data/sidebars/product2_sidebar.yml | 8 ++++++-- css/customstyles.css | 5 +++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/_data/sidebars/product2_sidebar.yml b/_data/sidebars/product2_sidebar.yml index 54d0423..a30959e 100644 --- a/_data/sidebars/product2_sidebar.yml +++ b/_data/sidebars/product2_sidebar.yml @@ -20,14 +20,18 @@ entries: output: pdf type: frontmatter - - title: Getting Started + - title: Introduction output: web, pdf folderitems: - - title: Simple Workflow + - title: Overview url: /p2_landing_page/ output: web + - title: Simple Workflow + output: web, pdf + folderitems: + - title: Sample 1 url: /p2_sample1/ output: web, pdf diff --git a/css/customstyles.css b/css/customstyles.css index 097b08a..4f659d5 100644 --- a/css/customstyles.css +++ b/css/customstyles.css @@ -1055,9 +1055,10 @@ table thead th code.highlighter-rouge { } #userMap { - /*overflow-x: scroll;*/ - /*overflow-y: hidden;*/ + overflow-x: auto; + overflow-y: auto; padding: 20px; + min-width: 770px; } #userMap .active {