vuestic-ui icon indicating copy to clipboard operation
vuestic-ui copied to clipboard

fix(VaSwitch): Remove horizontal scrollbar behavior

Open Us3r-gitHub opened this issue 1 year ago • 1 comments

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)

Us3r-gitHub avatar Jun 12 '24 11:06 Us3r-gitHub

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?

Us3r-gitHub avatar Jun 26 '24 22:06 Us3r-gitHub