diff --git a/src/views/CommunityViews/AdminView.vue b/src/views/CommunityViews/AdminView.vue index 271de838c4778ae42fbffd1ffec36d4273b3b3c6..e449d16fca4c007203208855822a3b850f465bee 100644 --- a/src/views/CommunityViews/AdminView.vue +++ b/src/views/CommunityViews/AdminView.vue @@ -1,6 +1,8 @@ <template> <CommunityHeader :admin="true" class="mb-5" /> - <div class="flex border-b border-gray-200 dark:border-gray-700 overflow-auto"> + <div + class="flex border-b border-gray-200 dark:border-gray-700 overflow-y-hidden" + > <button v-for="(tab, index) in tabs" :key="tab"