diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-15 00:22:58 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-15 00:22:58 +0100 |
commit | 5426f06ac29b9ef4d302d3f2d13b315dcf89e079 (patch) | |
tree | d4a3c2b1e5cefc544748e46ed34471a3da345a14 /app/assets | |
parent | 0a2427f79b90f82100b3a4ebe95ceb488cbb5a1d (diff) |
Fix admin UI for accounts somewhat
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/admin.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index d834096f4..7d056bc06 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -76,6 +76,7 @@ .content-wrapper { flex: 2; + overflow: auto; } .content { |