mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-28 04:41:31 -08:00
scroll extensions table on overflow
This commit is contained in:
parent
ddb28b33a3
commit
281e0a007b
1 changed files with 2 additions and 0 deletions
|
|
@ -807,6 +807,8 @@ table.popup-table .link{
|
|||
|
||||
#tab_extensions table{
|
||||
border-collapse: collapse;
|
||||
overflow-x: auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#tab_extensions table td, #tab_extensions table th{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue