Skip to content

Commit

Permalink
Remove ion padding from modal
Browse files Browse the repository at this point in the history
  • Loading branch information
dt2patel authored Feb 4, 2025
1 parent 8c766b5 commit 829c29e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/EditPickerModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ion-toolbar>
</ion-header>

<ion-content class="ion-padding" ref="contentRef" :scroll-events="true" @ionScroll="enableScrolling()">
<ion-content ref="contentRef" :scroll-events="true" @ionScroll="enableScrolling()">
<ion-searchbar v-model="queryString" @keyup.enter="queryString = $event.target.value; searchPicker()" />

<ion-list>
Expand Down Expand Up @@ -271,4 +271,4 @@ export default defineComponent({
};
}
});
</script>
</script>

0 comments on commit 829c29e

Please sign in to comment.