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:
parent
c77e6c8a65
commit
0775a9592f
@ -40,6 +40,10 @@
|
||||
height: 100%;
|
||||
display: block;
|
||||
z-index: 1;
|
||||
transition: opacity 500ms ease-in-out;
|
||||
&.is-empty {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.content {
|
||||
position: relative;
|
||||
|
Loading…
x
Reference in New Issue
Block a user