mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
draft warning: fixed position
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
if (window.location.host.indexOf("github.io") > -1) {
|
||||
document.write("<div style='background-color:red; color:white; position:absolute; top: 50px; right: 150px; padding: 10px 20px;'>DRAFT</div>");
|
||||
document.write("<div style='background-color:red; color:white; position:fixed; top: 50px; right: 150px; padding: 10px 20px;'>DRAFT</div>");
|
||||
}
|
||||
</script>
|
||||
<div class='wrapper'>
|
||||
|
||||
Reference in New Issue
Block a user