Temporarily apply Joriks CSS fix

This commit is contained in:
Nad Chishtie 2020-07-13 20:15:09 +01:00
parent b28bb34cb7
commit dec377a448

View file

@ -198,6 +198,8 @@ limitations under the License.
// as the box model should be top aligned. Happens in both FF and Chromium // as the box model should be top aligned. Happens in both FF and Chromium
display: flex; display: flex;
flex-direction: column; flex-direction: column;
mask-image: linear-gradient(0deg, transparent, black 3px)
} }
.mx_RoomSublist2_resizerHandles_showNButton { .mx_RoomSublist2_resizerHandles_showNButton {