1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-03-15 12:29:16 +01:00

Hide empty calendar side pannel

This commit is contained in:
vincent 2022-04-12 18:01:49 +02:00 committed by Sylvain
parent e28c8ab2e9
commit 66beffa0c3

View File

@ -39,7 +39,11 @@
width: $tab-width;
height: 100%;
display: block;
z-index: 1;
z-index: 1;
transition: opacity 500ms ease-in-out;
&.is-empty {
opacity: 0;
}
.content {
position: relative;