[docs] fix version selector and header link
This commit is contained in:
parent
067bb0143c
commit
11df0a0240
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue