diff options
| author | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-03-07 17:59:51 +0100 |
|---|---|---|
| committer | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-03-09 16:11:38 +0100 |
| commit | d4822d8923c6e4535ee09eafb035f1b15742c637 (patch) | |
| tree | a83d7b1c0032f2ce8377e19afc226fffc54b9259 /web-ui/app/scss/layout | |
| parent | 3994188a0e4d9468518132f179eb56fab7760fbe (diff) | |
Issue #620: Spike growl CSS modularization
Diffstat (limited to 'web-ui/app/scss/layout')
| -rw-r--r-- | web-ui/app/scss/layout/_message-panel.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web-ui/app/scss/layout/_message-panel.scss b/web-ui/app/scss/layout/_message-panel.scss new file mode 100644 index 00000000..e311a9bf --- /dev/null +++ b/web-ui/app/scss/layout/_message-panel.scss @@ -0,0 +1,9 @@ +message-panel-container { + overflow: hidden; + position: fixed; + top: 0; + width: 100% ; + position: relative; + margin-bottom: 0; +} + |
