mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: Timeline should not be clickable when hidden
This commit is contained in:
parent
7ff1f6cb9d
commit
53894daae9
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
||||||
.composer-open {
|
.composer-open {
|
||||||
.topic-timeline {
|
.topic-timeline {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
pointer-events: none;
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue