@ -44,11 +44,13 @@
flex-direction: column;
padding: 20px 20px;
border-left: solid 1px var(--grey);
box-sizing: border-box;
}
.switcher {
display: flex;
margin: 0px 20px 20px 0px;
.switcher > button {
@ -67,4 +69,9 @@
.switcher > .selected {
color: var(--ink);
.panel {
min-height: 0;
overflow-y: auto;
</style>