This commit is contained in:
f4ilji
2024-10-30 15:38:38 +05:00
parent 94c0bdcff6
commit 1fd9c579d6
@@ -26,7 +26,6 @@
<script> <script>
import {Link} from "@inertiajs/vue3"; import {Link} from "@inertiajs/vue3";
import slugify from "slugify";
export default { export default {
name: "PageSubSectionLinks", name: "PageSubSectionLinks",
@@ -72,4 +71,8 @@ export default {
<style scoped> <style scoped>
.styled-scrollbar {
overflow: hidden;
}
</style> </style>