mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2024-12-31 00:08:08 +01:00
length of card which was getting displayed on hovering is reduced (#1915)
This commit is contained in:
parent
bed6227bbe
commit
f87801323c
@ -136,7 +136,7 @@ span.icon-text::after {
|
|||||||
/* Dropdown Scrollbar*/
|
/* Dropdown Scrollbar*/
|
||||||
.scrollable-y {
|
.scrollable-y {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
height: 360px;
|
height: 190px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scrollable-y::-webkit-scrollbar {
|
.scrollable-y::-webkit-scrollbar {
|
||||||
@ -289,4 +289,4 @@ span.icon-text::after {
|
|||||||
.icon-hide {
|
.icon-hide {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user