diff options
-rw-r--r-- | boot.php | 2 | ||||
-rw-r--r-- | view/css/conversation.css | 7 |
2 files changed, 8 insertions, 1 deletions
@@ -70,7 +70,7 @@ require_once('include/security.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '10.3.43'); +define('STD_VERSION', '10.3.44'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1263); diff --git a/view/css/conversation.css b/view/css/conversation.css index d8a893b0e..d9b410ec0 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -96,6 +96,13 @@ /* conv_item */ +.thread-wrapper { + /* fix issue where dropdown menus of dynamically loaded content + * are hidden behind its following thread-wrapper for whatever reason + */ + z-index: inherit; +} + .wall-item-wrapper { margin-left: .75rem; } |