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:
parent
1d3ad89c99
commit
08f989a8c7
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ ul {
|
|||
/* ===== Scrollbar CSS ===== */
|
||||
::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
|
|
Loading…
Reference in a new issue