fix: remove zero-width scrollbar in profile about me

This commit is contained in:
Twig 2025-08-11 01:21:43 +02:00
parent 395dd6cf9b
commit 221c800715
Signed by: twig
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU

View file

@ -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;