Welcome to mirror list, hosted at ThFree Co, Russian Federation.

theme_overides.css « css « static « python_api « doc - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6b6e35a90ae34a6bfa38b9cc6b52f1c09f2c81ff (plain)
1
2
3
4
5
6
7
/* Prevent Long enum lists */
.field-body {
   display: block;
   width: 100%;
   max-height: 245px;
   overflow-y: auto !important;
}