diff --git a/components/common/CommonRouteTabs.vue b/components/common/CommonRouteTabs.vue index 391007bf..42c5a47f 100644 --- a/components/common/CommonRouteTabs.vue +++ b/components/common/CommonRouteTabs.vue @@ -33,7 +33,7 @@ useCommands(() => command :to="option.to" :replace="replace" relative flex flex-auto cursor-pointer sm:px6 px2 rounded transition-all - tabindex="1" + tabindex="0" hover:bg-active transition-100 exact-active-class="children:(text-secondary !border-primary !op100 !text-base)" @click="!preventScrollTop && $scrollToTop()" @@ -46,7 +46,7 @@ useCommands(() => command