mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 23:41:49 +00:00
scrollbar fix
This commit is contained in:
parent
2463b85749
commit
da2a26fc0b
1 changed files with 13 additions and 0 deletions
|
|
@ -276,6 +276,19 @@
|
|||
word-break: break-word;
|
||||
}
|
||||
|
||||
.modal-scroll::-webkit-scrollbar {
|
||||
scrollbar-width: none;
|
||||
-ms-overflow-style: none;
|
||||
}
|
||||
|
||||
.modal-scroll::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.modal-scroll::-webkit-scrollbar-thumb {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.modal-body::-webkit-scrollbar,
|
||||
.result-content::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue