aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--boot.php2
-rw-r--r--view/css/conversation.css7
2 files changed, 8 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 1df72c3b4..0a84b8908 100644
--- a/boot.php
+++ b/boot.php
@@ -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;
}