diff options
author | Eric Guzman | 2012-06-11 07:20:04 -0700 |
---|---|---|
committer | Eric Guzman | 2012-06-11 07:20:04 -0700 |
commit | dbb36888eda1f25387852ea79aef89d22dfd7799 (patch) | |
tree | cd9110dacb9e39e98a5d8bbd7f1dad2780cbcc1a | |
parent | 47d45e16bee15fd9f1f793a0bad3b93ad1b985fc (diff) | |
download | ninja-dbb36888eda1f25387852ea79aef89d22dfd7799.tar.gz |
Binding Panel - fix scrollbar issue with abs positioned edit view.
-rw-r--r-- | js/panels/binding-panel.reel/binding-panel.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/panels/binding-panel.reel/binding-panel.css b/js/panels/binding-panel.reel/binding-panel.css index 97b6ac91..a1d5be0f 100644 --- a/js/panels/binding-panel.reel/binding-panel.css +++ b/js/panels/binding-panel.reel/binding-panel.css | |||
@@ -8,6 +8,7 @@ | |||
8 | position: relative; | 8 | position: relative; |
9 | height: 100%; | 9 | height: 100%; |
10 | display: -webkit-box; | 10 | display: -webkit-box; |
11 | overflow: hidden; | ||
11 | -webkit-box-orient: vertical; | 12 | -webkit-box-orient: vertical; |
12 | } | 13 | } |
13 | 14 | ||