vuestic-ui
vuestic-ui copied to clipboard
fix(VaSwitch): Remove horizontal scrollbar behavior
closes https://github.com/epicmaxco/vuestic-ui/issues/4315
Description
Change translate (CSS transform function) logic
From: Implement on Checker & Checker wrapper
To: Only Implement on Checker
Note: Implementing logic in Checker Wrapper may introduce bug (horizontal scroll behavior)
Markup:
Types of changes
- [X] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Improvement/refactoring (non-breaking change that doesn't add any feature but make things better)
There are cases when we have labels inside, which could take a lot of space.
I'll try a different method. Any ideas on what I should do?