diff --git a/src/styles/index.scss b/src/styles/index.scss index 682e27a4..e31b84b2 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -72,3 +72,7 @@ a { -webkit-box-orient: vertical; -webkit-line-clamp: 3; } +.popover-scrollbar-y { + margin: 0 -12px; + padding: 0 12px; +}