1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

Add missing position:relative;

This commit is contained in:
Dariusz Niemczyk
2021-08-16 16:52:32 +02:00
parent 582b5c90a4
commit bad37e65db

View File

@@ -40,6 +40,7 @@ limitations under the License.
} }
.mx_MatrixChat { .mx_MatrixChat {
position: relative;
width: 100%; width: 100%;
height: 100%; height: 100%;