Merge pull request #693 from dod-ccpo/ie-tooltip-bug

Change overflow to auto
This commit is contained in:
leigh-mil 2019-03-08 10:16:49 -05:00 committed by GitHub
commit 6720b60bc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ html, body {
.global-panel-container {
margin: $gap;
max-width: $site-max-width;
overflow-x: hidden;
overflow-x: auto;
flex-grow: 1;
-ms-flex-negative: 1;