Add style.css for a scrollable weights container

main
CodeExplode 2022-11-07 06:13:27 +11:00 committed by GitHub
parent a9048317ee
commit c0c8e322ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
style.css Normal file
View File

@ -0,0 +1,7 @@
#embedding_editor_weight_sliders_container{
height: 745px;
overflow-y: auto !important;
resize: vertical;
padding-top: 7px;
}