Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: 9.0.0
-
Fix Version/s: 9.0.1
-
Component/s: Components
-
Labels:None
Description
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; }