mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 20:33:06 -08:00
Merge pull request #15830 from light-and-ray/scroll_extensions_table_on_overflow
scroll extensions table on overflow
This commit is contained in:
commit
371cb60945
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