diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-02-18 16:17:05 -0200 |
---|---|---|
committer | Alexandre Pretto Nunes <anunes@thoughtworks.com> | 2015-02-19 16:41:24 -0200 |
commit | d576f2362624597993257bf8a6749e1150ee5753 (patch) | |
tree | d0dcb07f30a03644a4db9ced6399c5dcaf1c4b77 /web-ui/app | |
parent | 5167d58988b80df912e391f7ef3044494f3263eb (diff) |
#239 Fixing message header issue on chrome (and hopefully not introducing new ones :)
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/scss/_read.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web-ui/app/scss/_read.scss b/web-ui/app/scss/_read.scss index 332a76fc..bd30552c 100644 --- a/web-ui/app/scss/_read.scss +++ b/web-ui/app/scss/_read.scss @@ -6,8 +6,6 @@ display: flex; flex-wrap: nowrap; - position: fixed; - width: 57%; top: 0; z-index: 10; background-color: white; |