[docs] fix version selector and header link

This commit is contained in:
Salakar 2017-08-26 05:14:29 +01:00
parent 067bb0143c
commit 11df0a0240
1 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
<body>
<div class="rnfirebase-header">
<img src="https://static.invertase.io/assets/React-Native-Firebase.svg" alt="rnfirebase logo">
<span><a href="/">React Native Firebase</a></span>
<span><a href="/react-native-firebase">React Native Firebase</a></span>
</div>
<div id="app"></div>
</body>
@ -346,10 +346,10 @@
max-height: calc(100vh - 61px);
overflow-y: scroll;
padding: 10px 0;
position: absolute;
right: -6px;
position: fixed;
right: 70px;
text-align: left;
top: -16px;
top: 50px;
white-space: nowrap;
width: 110px;
}