- 
    Type:
Bug
 - 
    Resolution: Fixed
 - 
    Priority:
Normal
 - 
    Affects Version/s: 8.6.2
 - 
    Component/s: None
 - 
    Security Level: Jimmy
 - 
    None
 
- 
        ZK 8.6.3 S1
 - 
        None
 
Steps to Reproduce
    <hlayout>
        <nodom>
            <div style="min-width: 190px" hflex="min">
                sidebar
            </div>
        </nodom>
        <div hflex="1" style="border: 1px solid">
            content
        </div>
    </hlayout>
Current Result
content width is 0
Expected Result
content width should fill the rest browser width.
Debug Information
- if I remove nodom, the content width will be expected.