Merge pull request #15830 from light-and-ray/scroll_extensions_table_on_overflow

scroll extensions table on overflow
This commit is contained in:
AUTOMATIC1111 2024-06-08 10:55:18 +03:00 committed by GitHub
commit 371cb60945
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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{