-
Notifications
You must be signed in to change notification settings - Fork 829
Closed
Labels
Description
Description
Reading the docs I'm assuming to change the width of the slideover is done with UI prop and setting wrapper?
<USlideover :ui="{ wrapper: 'classWithWidth' }"
I tried
<style lang="scss"> .classWithWidth { border: solid red 10px!important; } </style>
and doesn't render at all, any tips?