We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c341fe9 commit 4175b38Copy full SHA for 4175b38
src/component/CountrySelection.vue
@@ -115,9 +115,11 @@ export default defineComponent({
115
});
116
</script>
117
118
-<style lang="scss" scoped>
+<style lang="scss">
119
@import '../styles/flags';
120
+
121
.v3-q-tel-input--country {
122
+ // Quasar overrides
123
.q-field__control {
124
background: none !important;
125
&::before {
@@ -128,13 +130,15 @@ export default defineComponent({
128
130
border: none !important;
129
131
}
132
133
+</style>
134
+<style lang="scss" scoped>
135
.v3-q-tel--country-selector {
136
position: sticky !important;
137
bottom: 0 !important;
138
left: 0 !important;
139
right: 0 !important;
140
141
.mdi-border-bottom::before {
- content: ""
142
+ content: '';
143
144
</style>
0 commit comments