make tab buttons not selectable

This commit is contained in:
Ean Milligan
2026-01-17 06:24:26 -05:00
parent 31bc285d28
commit a53a224a89

View File

@@ -54,7 +54,7 @@
<h1>Bozjan/Save the Queen Zone Info</h1>
</header>
<div id="tabs">
<div id="tabs" style="user-select: none">
<style>
input[type="radio"] {
display: none;
@@ -72,6 +72,7 @@
.tab-content {
text-align: initial;
user-select: text;
display: none;
}
#tab1:checked ~ #tab1-content,