mirror of
https://github.com/rikkaneko/paste.git
synced 2025-08-06 06:00:17 +01:00
Update paste modal sizing and scrolling
Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
parent
2d2cb5e804
commit
c5569ea30f
3 changed files with 24 additions and 11 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue