From 2f9bac6559e745d49960c80e0a0acdd758d40b42 Mon Sep 17 00:00:00 2001 From: apache Date: Thu, 16 Mar 2017 23:46:56 +0300 Subject: [PATCH] css: fixed scroll in autocomplete --- project/static/css/style.css | 2 ++ project/templates/base.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/project/static/css/style.css b/project/static/css/style.css index f0eae62..5619b57 100644 --- a/project/static/css/style.css +++ b/project/static/css/style.css @@ -687,3 +687,5 @@ a.popup-unreg {background:url(../img/popup-trash.png) no-repeat 3px center;} .italic {font-style: italic;} .rm_profile {overflow:hidden;} .rm_profile .list-col2 {border-left:none;} + +.yourlabs-autocomplete { overflow: auto !important; } diff --git a/project/templates/base.html b/project/templates/base.html index d79bec1..8baf9bb 100644 --- a/project/templates/base.html +++ b/project/templates/base.html @@ -9,7 +9,7 @@ {% block title %}{% endblock %} | Документор - + {% render_block "css" %}