style: hide scrollbars in simple text windows

This commit is contained in:
naskya 2024-03-06 08:10:28 +09:00
parent 7609d78269
commit 5b77777439
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -32,6 +32,12 @@ const emit = defineEmits<{
.thppypvi {
max-height: 70%;
overflow-y: scroll;
-ms-overflow-style: none;
scrollbar-width: none;
}
.thppypvi::-webkit-scrollbar {
display: none;
}
.zrgnubda {