Vuebar doesn't calculate native scrollbar width correctly in hidden elements on init
DominikSerafin opened this issue · 2 comments
DominikSerafin commented
@DominikSerafin this problem exist in inactive tab, or dropdown, reproduction problem (browser Chrome, os Ubuntu): http://jsfiddle.net/filipenco92/b4u9dxnk/4/ , in first tab width of vb-content is calc(100% + 15px) but in inactive tab width is 100%, and in dropdown also width is only 100%
Source: @filipenco92, #42 (comment)
DominikSerafin commented
Actually... this was not a problem with Vuebar but rather problematic project implementation - tabs via jQuery instead Vue state.
DominikSerafin commented
Workaround: #42 (comment)