diff options
| author | Zog | 2018-03-29 14:56:52 +0200 | 
|---|---|---|
| committer | Zog | 2018-03-29 14:56:52 +0200 | 
| commit | 39579a329bd19b4c66936bc8601c35a02c479311 (patch) | |
| tree | 9533a681bb0338a128d67aaa7d26e0b10d7743b7 | |
| parent | 1019debe93d776f0d38ae69099e6492a7dd4a87c (diff) | |
| download | chouette-core-6363-fix-sticky-header.tar.bz2 | |
Refs #6363; Fix sticky title overlapping buttons6363-fix-sticky-header
| -rw-r--r-- | app/assets/stylesheets/components/_main_nav.sass | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/app/assets/stylesheets/components/_main_nav.sass b/app/assets/stylesheets/components/_main_nav.sass index 8e164fa01..ef3f14762 100644 --- a/app/assets/stylesheets/components/_main_nav.sass +++ b/app/assets/stylesheets/components/_main_nav.sass @@ -346,6 +346,7 @@ $menuW: 300px            flex: 1 1            height: $menuH            position: relative +          margin-right: 2em            h1              position: absolute @@ -355,8 +356,8 @@ $menuW: 300px              line-height: 1.1              white-space: nowrap              max-height: 1.1em -            margin: 0 -1.4em 0 0 -            padding: 0 1.4em 5px 0 +            margin: 0 +            padding: 0 0 5px 0              overflow: hidden              text-overflow: ellipsis | 
