mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Fix hosting signup dialog height
This commit is contained in:
parent
d607999cff
commit
bdab1faf16
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_HostingSignupDialog_container {
|
.mx_HostingSignupDialog_container {
|
||||||
height: 100%;
|
height: 95%;
|
||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue