mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-12-29 19:05:05 +08:00
scroll extensions table on overflow
This commit is contained in:
parent
ddb28b33a3
commit
281e0a007b
@ -807,6 +807,8 @@ table.popup-table .link{
|
|||||||
|
|
||||||
#tab_extensions table{
|
#tab_extensions table{
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tab_extensions table td, #tab_extensions table th{
|
#tab_extensions table td, #tab_extensions table th{
|
||||||
|
Loading…
Reference in New Issue
Block a user