Style the dialog
-
Hey, guys!
now I’m working on my dialog menu, which I need to add some style.
on the title part, I wanna add some background-color or changes the font size etc, but I don’t know how to add it on vue.js.
if you guys know how to add it please let me know.
Thank you -
Check the HTML markup generated on a Dialog and then write some CSS targeting the specific classes you want changed.
Use the<style>
tag in your Vue component OR make it global by adding your changes tosrc/App.vue
's style tag. These are just a few options. -
Hi thanks, yeah I try it before but it’s so limited to style the dialog so, I change my mind to used dialog and changes it to Modal haha its
so much better.Thank you -
is there a way to force scroll to be shown on cordova?