diff options
| author | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-03-10 18:42:28 +0100 |
|---|---|---|
| committer | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-03-15 18:18:26 +0100 |
| commit | 6cdc33b1585edf3abb6a268d78ef0f70260de64e (patch) | |
| tree | 1ef303fa276863e2974c19fe2857fbe7bb8d20d8 | |
| parent | b42467d84a0bce4d4ee14e3ae633eaaed1cf9588 (diff) | |
Issue #620: Remove unnecessary mixin
| -rw-r--r-- | web-ui/app/scss/_styles.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/web-ui/app/scss/_styles.scss b/web-ui/app/scss/_styles.scss index 63f15f6a..1ff588d7 100644 --- a/web-ui/app/scss/_styles.scss +++ b/web-ui/app/scss/_styles.scss @@ -528,10 +528,6 @@ section { box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.12); z-index: 2; overflow-y: auto; - @include read-msg; - [id^=fullView-] { - position: relative; - } } } |
