Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 347bbef

Browse files
authored
Fix left panel glow in Safari (#7236)
Add back removed CSS
1 parent 5ff810b commit 347bbef

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

res/css/views/elements/_ResizeHandle.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ limitations under the License.
2020
z-index: 100;
2121
}
2222

23+
// We'd like to remove this, but this makes matrixchat's resizehandle's
24+
// negative margin & greater than its positive padding. If it's the same
25+
// or less, Safari gets confused about overflows somehow and
26+
// https://github.com/vector-im/element-web/issues/19863 happens.
27+
.mx_MatrixChat > .mx_ResizeHandle.mx_ResizeHandle_horizontal {
28+
margin: 0 -10px 0 0;
29+
padding: 0 8px 0 0;
30+
}
31+
2332
.mx_ResizeHandle.mx_ResizeHandle_horizontal {
2433
margin: 0 -5px;
2534
padding: 0 5px;

0 commit comments

Comments
 (0)