mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Timeline should not be clickable when hidden
This commit is contained in:
@@ -5,6 +5,8 @@
|
|||||||
.composer-open {
|
.composer-open {
|
||||||
.topic-timeline {
|
.topic-timeline {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
pointer-events: none;
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user