-
Bug
-
Resolution: Fixed
-
Normal
-
9.0.0
-
None
Steps to Reproduce
http://zkfiddle.org/sample/1d3j4u/1-ZK-4227-side-effect
Current Result
The div has a horizontal scrollbar
Expected Result
The div has no horizontal scrollbar
Debug Information
.z-combobox-button is position: relative
Workaround
.z-combobox-button { position: absolute; right: 0; }