This commit is contained in:
Jorik Schellekens 2020-07-13 19:03:31 +01:00
parent ea15725164
commit c9e231c3eb

View File

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