fixing style in complex user map

This commit is contained in:
tomjohnson1492
2016-06-03 06:34:57 -07:00
parent 15ee5146da
commit 5e74b9a837
2 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -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 {