Skip to content

Commit

Permalink
fix height issue preventing text from appearing at the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
JRJurman committed Jan 24, 2024
1 parent 80bc550 commit 699cdb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a11y_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@


<div id="p8_frame_0" style="max-width:800px; max-height:800px; margin:auto;"> <!-- double function: limit size, and display only this div for touch devices -->
<div id="p8_frame" style="display:flex; width:100%; max-width:95vw; height:100vw; max-height:95vh; margin:auto;">
<div id="p8_frame" style="display:flex; width:100%; max-width:95vw; aspect-ratio: 1/1; max-height:95vh; margin:auto;">

<div id="p8_menu_buttons_touch" style="position:absolute; width:100%; z-index:10; left:0px;">
<div class="p8_menu_button" id="p8b_full" style="float:left;margin-left:10px" onClick="p8_give_focus(); p8_request_fullscreen();"></div>
Expand Down

0 comments on commit 699cdb3

Please sign in to comment.