Skip to content

Commit 3dc566d

Browse files
committed
Remove the Firefox bug workaround as it is now fixed with Firefox 137
1 parent 0c52bd9 commit 3dc566d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7910,10 +7910,3 @@ input.dateToPick,
79107910
overflow: hidden;
79117911
}
79127912

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)