Skip to content

Commit 6b7df92

Browse files
committed
In order to fix the bug in Firefox (https://bugzilla.mozilla.org/show_bug.cgi?id=1953102), add CSS statements to have the scrollbar
1 parent fe024db commit 6b7df92

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

core-war/src/main/webapp/util/styleSheets/silverpeas-main.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7908,4 +7908,12 @@ input.dateToPick,
79087908
.spRating.rateit {
79097909
height: 16px;
79107910
overflow: hidden;
7911-
}
7911+
}
7912+
7913+
/*********** For ConverseJS as a workaround of a Firefox bug */
7914+
@-moz-document url-prefix() {
7915+
.conversejs .chatbox .chat-content .chat-content__messages {
7916+
overflow-x: auto;
7917+
display: block;
7918+
}
7919+
}

0 commit comments

Comments
 (0)