Merge pull request #693 from dod-ccpo/ie-tooltip-bug
Change overflow to auto
This commit is contained in:
commit
6720b60bc4
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user