mirror of https://github.com/vector-im/riot-web
Remove overflow: hidden
This line doesn't seem to do anything * shrug Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
7fe5d2e9e4
commit
aad22903a7
|
@ -21,6 +21,5 @@ limitations under the License.
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue