mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-28 12:15:44 +08:00
[docs] fix version selector and header link
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user