You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be great to have both the SASS variable and the prop. The SASS variable would set the global slider height and the prop would be an override. Would it be possible to put the variable back?
Environment
Vuetify Version: 2.0.0
Vue Version: 2.6.10
Browsers: Chrome 75.0.3770.142
OS: Mac OS 10.14.5
Steps to reproduce
Expected Behavior
Modifying the
$tabs-slider-height
should change the tab slider element's height to what the variable is set to.Actual Behavior
The tab slider height is clipped by a parent element because it has a height value of
2px
applied through the style property.Reproduction Link
https://github.com/MatthewAry/vuetify-sass-variables/tree/SliderHeight
Other comments
Related issues: #7683
The text was updated successfully, but these errors were encountered: