Skip to content

Commit adae776

Browse files
committed
simplify position: absolute
bottom:0px was floating in the middle of the screen
1 parent 714aac0 commit adae776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mybinder/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ binderhub:
172172
cors_allow_origin: "*"
173173

174174
banner_message: |
175-
<a class="btn" style="width:fit-content;height:fit-content;padding:10px;background-color:#e66581;color:white;font-weight:bold;float:right;"
175+
<a class="btn" style="width:fit-content;height:fit-content;padding:10px;background-color:#e66581;color:white;font-weight:bold;position:absolute;right:4px;"
176176
onmouseover="this.style.backgroundColor='#d15b75'" onmouseout="this.style.backgroundColor='#e66581'"
177177
href="https://jupyter.org/about#donate" target="_blank">
178178
🤍 Donate to mybinder.org!

0 commit comments

Comments
 (0)