Fixes tail end of shelving pulldown getting hidden

This commit is contained in:
Mouse Reeve
2021-01-06 19:56:56 -08:00
parent 02aac76acc
commit b1d4b75926
2 changed files with 7 additions and 2 deletions

View File

@ -5,6 +5,11 @@
.navbar .logo {
max-height: 50px;
}
.card {
overflow: visible;
}
/* --- TOGGLES --- */
input.toggle-control {
display: none;