proof of concept stacking data boxes

This commit is contained in:
Stewart Allen 2022-01-07 23:30:19 -05:00
commit 82f27f1dcf
3 changed files with 60 additions and 9 deletions

View file

@ -344,6 +344,20 @@ button:hover {
gap: 2px;
}
#selectlist > .side {
position: relative;
width: 1.75em;
display: none;
}
#selectlist > .side > div {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(-90deg);
padding-bottom: 2px;
}
#selectlist > div {
flex-direction: column;
gap: 2px;