Fixed post clicking issue
This commit is contained in:
+7
-3
@@ -1508,17 +1508,21 @@ a.btn-primary:visited {
|
||||
.post-link-overlay {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
z-index: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.post-header,
|
||||
.post-reply-to,
|
||||
.post-media-grid,
|
||||
.link-preview-card,
|
||||
.post-actions,
|
||||
.post-actions {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.post-content {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
/* Post Detail Styles */
|
||||
|
||||
Reference in New Issue
Block a user