1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-30 19:52:20 +01:00

Hide empty calendar side pannel

This commit is contained in:
vincent 2022-04-12 18:01:49 +02:00
parent c77e6c8a65
commit 0775a9592f

View File

@ -40,6 +40,10 @@
height: 100%;
display: block;
z-index: 1;
transition: opacity 500ms ease-in-out;
&.is-empty {
opacity: 0;
}
.content {
position: relative;