FIX: Timeline should not be clickable when hidden
This commit is contained in:
parent
7ff1f6cb9d
commit
53894daae9
|
@ -5,6 +5,8 @@
|
|||
.composer-open {
|
||||
.topic-timeline {
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue