From 981cc2e24e44abd2c7e48512f62936924b98cc81 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 29 Jun 2021 19:51:31 +1000 Subject: [PATCH] Fix select2 styling --- InvenTree/InvenTree/static/css/inventree.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/InvenTree/InvenTree/static/css/inventree.css b/InvenTree/InvenTree/static/css/inventree.css index 70f4032afe..375e02c8ca 100644 --- a/InvenTree/InvenTree/static/css/inventree.css +++ b/InvenTree/InvenTree/static/css/inventree.css @@ -979,4 +979,8 @@ input[type="date"].form-control, input[type="time"].form-control, input[type="da max-height: 24px; border-radius: 4px; margin-right: 10px; +} + +.select2-selection { + overflow-y: clip; } \ No newline at end of file