Update paste modal sizing and scrolling

Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
Joe Ma 2024-02-04 22:46:11 +08:00
parent 2d2cb5e804
commit c5569ea30f
No known key found for this signature in database
GPG key ID: 7A0ECF5F5EDC587F
3 changed files with 24 additions and 11 deletions

View file

@ -22,4 +22,20 @@
.card-header .collapsed .fa-chevron-down {
transform: rotate(90deg);
}
#paste_info_table td.col-6 {
max-width: 200px;
}
#paste_info_title {
overflow: scroll;
white-space: nowrap;
scrollbar-width: none; /* Firefox */
}
#paste_info_title::-webkit-scrollbar {
width: 0px;
height: 0px;
background: transparent;
}