| CODENOTIFIER | HelpYou are not signed inSign in |
Project: gwt-ext
Revision: 1815
Author: mlim1972
Date: 31 Aug 2008 20:51:24
Changes:Issue 401. Scrolling to the right when having a EditoGridPanel does not show the editor.
Files:| ... | ...@@ -45,4 +45,12 @@ | |
| 45 | 45 | */ |
| 46 | 46 | div.x-date-picker { |
| 47 | 47 | width:10px; |
| 48 | } | |
| 49 | ||
| 50 | /* | |
| 51 | * FF2 / FF3 issue with scrolling when having an EditorGridPanel | |
| 52 | */ | |
| 53 | .ext-gecko .x-grid-editor { | |
| 54 | position: relative !important; | |
| 55 | float: left; | |
| 48 | 56 | } |
| 49 | 57 | \ No newline at end of file |