Added fixed header to wiki aside

* Added title
This commit is contained in:
Jonathan
2016-05-26 18:53:01 +01:00
parent f51c4890fd
commit d9f48e81e3
2 changed files with 5 additions and 5 deletions

View File

@ -90,10 +90,8 @@
}
.wiki-fixed-header {
position: fixed;
background: white;
padding-top: 5px;
width: 100%;
background: linear-gradient(180deg,#fff 0,#fff 70%,hsla(0,0%,100%,0));
padding: 5px 0 18px 0;
z-index: 1;
left: 0;
top: 0;

View File

@ -5,6 +5,8 @@ aside.map-aside.is-collapsed
a.map-aside-action-item.map-aside-action-pop-out(href='/map' target='_blank' aria-label='open map in new tab')
button.map-aside-action-item.map-aside-action-collapse(aria-label='close map aside')
aside.wiki-aside.is-collapsed
.wiki-aside-action-bar
.wiki-aside-action-bar.wiki-fixed-header
.chat-embed-main-title
span Free Code Camp's Wiki
a.wiki-aside-action-item.wiki-aside-action-pop-out(href='/wiki' target='_blank' aria-label='open wiki in new tab')
button.wiki-aside-action-item.wiki-aside-action-collapse(aria-label='close wiki aside')