X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/89355aa0e2727373fa60c781ec6c00c31a79a7dc..6232434d6b86192b0531bacd7e4f0d5ae589f368:/apps/workbench/app/views/layouts/application.html.erb diff --git a/apps/workbench/app/views/layouts/application.html.erb b/apps/workbench/app/views/layouts/application.html.erb index db8074b1ad..63cf67c263 100644 --- a/apps/workbench/app/views/layouts/application.html.erb +++ b/apps/workbench/app/views/layouts/application.html.erb @@ -32,7 +32,7 @@ padding-top: 70px; /* 70px to make the container go all the way to the bottom of the navbar */ } - body > div.container-fluid > div.col-sm-10.col-sm-offset-2 { + body > div.container-fluid > div.col-sm-9.col-sm-offset-3 { overflow: auto; } @@ -43,19 +43,14 @@ } @media (min-width: 768px) { - .left-nav { - position: fixed; - top: 0; - left: 0; - height: 100%; - padding-left: 0; - } + .left-nav { + position: fixed; + } } - @media (max-width: 767px) { - .breadcrumbs { - display: none; - } + .breadcrumbs { + display: none; + } } @@ -121,18 +116,21 @@ -->