From 0bcc1531037edebf6060794cca419e19eb410eea Mon Sep 17 00:00:00 2001 From: sienori Date: Sat, 23 Feb 2019 04:05:36 +0900 Subject: [PATCH] Fix style of select on Chrome --- src/popup/styles/Footer.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/popup/styles/Footer.scss b/src/popup/styles/Footer.scss index 52df177..5642a6b 100644 --- a/src/popup/styles/Footer.scss +++ b/src/popup/styles/Footer.scss @@ -26,7 +26,7 @@ content: ""; z-index: 1; position: absolute; - top: 40%; + top: 35%; right: 7px; width: 5px; height: 5px; @@ -44,6 +44,7 @@ select { -moz-appearance: none; + -webkit-appearance: none; text-overflow: ellipsis; background-color: var(--main-bg); border: var(--button) solid 1px;