diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2018-09-12 15:10:12 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-12 15:10:12 -0500 |
| commit | 5caf25a6de253a45897f859da3efd3830a69de06 (patch) | |
| tree | 1835b49643306a1a95269164137ac840a0107dd4 /webAO/golden/css/goldenlayout.css | |
| parent | 1ebb0798740195733dcd9f0e32f7da31d3f01f8c (diff) | |
| parent | 559ff78cdf43bce9365f545b8eb38bc2bab0fcb8 (diff) | |
Merge pull request #3 from AttorneyOnline/2.3
2.3
Diffstat (limited to 'webAO/golden/css/goldenlayout.css')
| -rw-r--r-- | webAO/golden/css/goldenlayout.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webAO/golden/css/goldenlayout.css b/webAO/golden/css/goldenlayout.css index ecb0d6b..72aa38d 100644 --- a/webAO/golden/css/goldenlayout.css +++ b/webAO/golden/css/goldenlayout.css @@ -42,7 +42,8 @@ body { float: left; } .lm_content { - overflow: hidden; + overflow-x: hidden; + overflow-y: auto; position: relative; } .lm_dragging, |
