1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00
chota/src/_dropdown.css

11 lines
160 B
CSS

details.dropdown {
position: relative;
display: inline-block;
}
details.dropdown > :last-child {
position: absolute;
left: 0;
white-space: nowrap;
}