git.fiddlerwoaroof.com
Browse code

pos relative?

Ed Langley authored on 11/04/2019 05:43:58
Showing 1 changed files
... ...
@@ -7,7 +7,7 @@
7 7
 
8 8
     <!--<div></div>-->
9 9
     <main>
10
-      <input type="radio" tabindex="-1" autofocus style="overflow: hidden; display: block; height: 0; width: 0; margin: 0; padding: 0;position: absolute;left: -10px;"></input>
10
+      <input type="radio" tabindex="-1" autofocus style="overflow: hidden; display: block; height: 0; width: 0; margin: 0; padding: 0;position: relative; left: -10px;"></input>
11 11
     {% if page in ['commits', 'searchcommits'] %}
12 12
       <form class="form-search pull-right" action="{{ app.request.basepath }}/{{repo}}/commits/{{branch}}/search" method="POST">
13 13
         <input type="text" name="query" class="input-medium search-query" placeholder="Search commits..." value="{{ query | default("") }}">