diff --git a/static/css/application.css b/static/css/application.css index 3f7b571d79..5d9d624258 100644 --- a/static/css/application.css +++ b/static/css/application.css @@ -488,7 +488,8 @@ html body section.main-content, html body section.outside-app { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; - margin-top: 3px; } + margin-top: 3px; + overflow: hidden; } @media print { html body section.main-content, html body section.outside-app { border-bottom: 0; @@ -506,6 +507,7 @@ html body section.main-content, html body section.outside-app { border-radius: 4px; margin-top: 11.326px; } } html body div.qtip div.ui-tooltip-content { + background: #000; background: rgba(0, 0, 0, 0.8); border: none; color: #fff; diff --git a/templates/sass/layout/_layout.scss b/templates/sass/layout/_layout.scss index 5b2a32fadd..1b476a30db 100644 --- a/templates/sass/layout/_layout.scss +++ b/templates/sass/layout/_layout.scss @@ -17,6 +17,7 @@ html { @include box-shadow(0 0 4px #dfdfdf); @include box-sizing(border-box); margin-top: 3px; + overflow: hidden; @media print { border-bottom: 0; @@ -31,6 +32,7 @@ html { div.qtip { div.ui-tooltip-content { + background: #000; background: rgba(#000, .8); border: none; color: #fff;