1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-09-21 04:10:38 +02:00

length of card which was getting displayed on hovering is reduced (#1915)

This commit is contained in:
Aman Khan 2024-09-18 03:07:10 +05:30 committed by GitHub
parent bed6227bbe
commit f87801323c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,7 +136,7 @@ span.icon-text::after {
/* Dropdown Scrollbar*/
.scrollable-y {
overflow-y: scroll;
height: 360px;
height: 190px;
}
.scrollable-y::-webkit-scrollbar {
@ -289,4 +289,4 @@ span.icon-text::after {
.icon-hide {
display: none;
}
}
}