[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

View File

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