From 221c80071582050a6431ead2f3364a278444468c Mon Sep 17 00:00:00 2001 From: Temmie Date: Mon, 11 Aug 2025 01:21:43 +0200 Subject: [PATCH] fix: remove zero-width scrollbar in profile about me --- components/Modal/ProfilePopup.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/components/Modal/ProfilePopup.vue b/components/Modal/ProfilePopup.vue index b99a9ea..3707178 100644 --- a/components/Modal/ProfilePopup.vue +++ b/components/Modal/ProfilePopup.vue @@ -224,14 +224,8 @@ function buttonEditProfile() { overflow-y: auto; overflow-x: hidden; - scrollbar-width: none; } -#about-me-text::-webkit-scrollbar { - display: none; -} - - #profile-footer { margin-left: 1em; margin-right: 1em;