mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2024-11-15 02:45:15 +01:00
style: add dropdown max height
This commit is contained in:
parent
9943ff7ece
commit
dda6df60b6
@ -51,6 +51,7 @@
|
||||
&__options {
|
||||
visibility: visible;
|
||||
min-width: 100%;
|
||||
max-height: 50vh;
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 50%;
|
||||
@ -59,6 +60,7 @@
|
||||
background-color: $dropdown-options-background-color;
|
||||
border-radius: $dropdown-border-radius;
|
||||
box-shadow: $shadow-soft;
|
||||
overflow: auto;
|
||||
animation: hide $dropdown-animation-timing/2 ease forwards;
|
||||
&:before {
|
||||
content: '';
|
||||
|
Loading…
Reference in New Issue
Block a user