Merge pull request #1187 from thecodingmachine/touchIframeResize

FIX: fixed the cowebsite aside dom not being visible on some browser
This commit is contained in:
Kharhamel 2021-06-15 14:40:26 +02:00 committed by GitHub
commit 407f46f248
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,7 @@
aside {
height: 30px;
min-height: 30px;
cursor: ns-resize;
flex-direction: column;