From 44e3bf5bdf511cdac1232a667e90a4635a7ab154 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 7 Apr 2020 17:46:41 +0300 Subject: [PATCH] fixed an overlap issue with selectboxes on safari --- src/plugin_style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugin_style.css b/src/plugin_style.css index 0674b891..6241f742 100644 --- a/src/plugin_style.css +++ b/src/plugin_style.css @@ -261,7 +261,8 @@ input[type="text"] { bottom: 22px; max-height: 158px; max-width: 233px; - overflow: hidden auto; + overflow-x: hidden; + overflow-y: auto; } .selectList > span {