style: hide scrollbars in simple text windows
This commit is contained in:
parent
7609d78269
commit
5b77777439
1 changed files with 6 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue