diff options
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/css/global.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/assets/css/global.css b/app/assets/css/global.css index f724a6b5ff..f571b16355 100644 --- a/app/assets/css/global.css +++ b/app/assets/css/global.css @@ -8,6 +8,8 @@ html { -webkit-font-smoothing: antialiased; user-select: none; cursor: default; + height: 100%; + width: 100%; } img { @@ -16,4 +18,13 @@ img { body { font-family: -apple-system, BlinkMacSystemFont, sans-serif; + height: 100%; + width: 100%; + display: flex; +} + +#app { + height: 100%; + width: 100%; + display: flex; } |
