Skip to content

Commit

Permalink
Update App.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Dec 31, 2024
1 parent 5efbc18 commit 16fd391
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .pages/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default {
top: 0,
behavior: 'smooth'
})
// Ana içerik alanını da sıfırla
const mainContent = document.querySelector('.main-content')
if (mainContent) {
mainContent.scrollTo({
Expand All @@ -99,7 +99,6 @@ export default {
}
},
mounted() {
// Sayfa ilk yüklendiğinde de scroll'u sıfırla
this.scrollToTop()
}
}
Expand All @@ -109,7 +108,6 @@ export default {
@import '@fortawesome/fontawesome-free/css/all.css';
@import './assets/css/style.css';
/* Webkit (Chrome, Safari, Edge) için scroll bar stili */
::-webkit-scrollbar {
width: 10px;
height: 10px;
Expand All @@ -131,7 +129,6 @@ export default {
background: #ffd700;
}
/* Firefox için scroll bar stili */
* {
scrollbar-width: thin;
scrollbar-color: #333 #1a1a1a;
Expand Down

0 comments on commit 16fd391

Please sign in to comment.