0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-06 14:50:21 -05:00

fix: horizontal scroll height on plugins modal

This commit is contained in:
Xaviju 2024-07-26 12:42:17 +02:00 committed by Xaviju
parent 1d3ad89c99
commit 08f989a8c7

View file

@ -76,6 +76,7 @@ ul {
/* ===== Scrollbar CSS ===== */
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
::-webkit-scrollbar-track {