Fix min height of tag area in detail

This avoids "nervous/noisy" ui flickering when changing between items
where one has no tags/fields to show.
This commit is contained in:
Eike Kettner
2021-02-15 00:10:38 +01:00
parent a10971607e
commit 9c90d7c4c2
2 changed files with 12 additions and 7 deletions

View File

@ -120,6 +120,13 @@
z-index: 35;
}
@variants responsive {
.min-h-7 {
min-height: 1.75rem;
}
}
.scrollbar-none {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */