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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2019-07-08 18:43:04 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2019-07-08 18:45:25 +0300
commit9a0a952f724b728899ca53efe3dcb5b9a92a2d70 (patch)
treed6fea4831776f1ee7322c91b315aeba95cf4d75d /doc/python_api/static/css/theme_overrides.css
parent867cd8218a6ebf2703c1e3097ff7fcf7a46ebae8 (diff)
API Docs: Fix file name
Diffstat (limited to 'doc/python_api/static/css/theme_overrides.css')
-rw-r--r--doc/python_api/static/css/theme_overrides.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/python_api/static/css/theme_overrides.css b/doc/python_api/static/css/theme_overrides.css
new file mode 100644
index 00000000000..6b6e35a90ae
--- /dev/null
+++ b/doc/python_api/static/css/theme_overrides.css
@@ -0,0 +1,7 @@
+/* Prevent Long enum lists */
+.field-body {
+ display: block;
+ width: 100%;
+ max-height: 245px;
+ overflow-y: auto !important;
+}