| | |
| | | position: relative; |
| | | overflow: hidden; |
| | | |
| | | & > #global-graph-icon { |
| | | & > .global-graph-icon { |
| | | cursor: pointer; |
| | | background: none; |
| | | border: none; |
| | |
| | | } |
| | | } |
| | | |
| | | & > #global-graph-outer { |
| | | & > .global-graph-outer { |
| | | position: fixed; |
| | | z-index: 9999; |
| | | left: 0; |
| | |
| | | display: inline-block; |
| | | } |
| | | |
| | | & > #global-graph-container { |
| | | & > .global-graph-container { |
| | | border: 1px solid var(--lightgray); |
| | | background-color: var(--light); |
| | | border-radius: 5px; |
| | |
| | | height: 80vh; |
| | | width: 80vw; |
| | | |
| | | @media all and (max-width: $fullPageWidth) { |
| | | @media all and not ($desktop) { |
| | | width: 90%; |
| | | } |
| | | } |