diff --git a/module/doc/css/myspace.css b/module/doc/css/myspace.css index 6b3cebabe7..44a6627b45 100644 --- a/module/doc/css/myspace.css +++ b/module/doc/css/myspace.css @@ -9,6 +9,6 @@ .overflow-auto {overflow: auto;} .overflow-visible {overflow: visible;} .overflow-hidden {overflow: hidden;} -#mainContent > .panel {margin-bottom: 0; height: calc(100vh - 125px); overflow-y: auto;} +#mainContent > .panel {margin-bottom: 0; height: calc(100vh - 130px); overflow-y: auto;} #bysearchTab::before {display: none;} #queryBox #groupAndOr {min-width: 60px;} diff --git a/module/doc/css/showfiles.css b/module/doc/css/showfiles.css index 2c732fce6d..5747a53ebb 100644 --- a/module/doc/css/showfiles.css +++ b/module/doc/css/showfiles.css @@ -19,7 +19,7 @@ #mainContent #createDropdown {display: inline-block;} #mainContent #createDropdown ul {position: absolute;} #pageNav .dropdown-menu {max-height: inherit;} -#mainContent > .panel {margin-bottom: 0; height: calc(100vh - 125px); overflow-y: auto;} +#mainContent > .panel {margin-bottom: 0; height: calc(100vh - 130px); overflow-y: auto;} #mainContent > .main-col {padding-left: 0;} .no-content {width: 100px; height: 100px; margin: 0 auto;} diff --git a/module/doc/js/view.js b/module/doc/js/view.js index a99f76c195..73d8c811a6 100644 --- a/module/doc/js/view.js +++ b/module/doc/js/view.js @@ -215,6 +215,8 @@ $(function() $icon.removeClass('text-primary'); } }) + + $('#history').find('.btn.pull-right').removeClass('pull-right') $('#closeBtn').on('click', function() { $('#history').addClass('hidden');