devTickerをインライン化
This commit is contained in:
parent
d9358f391b
commit
94904f3ad3
1 changed files with 1 additions and 11 deletions
|
@ -27,7 +27,7 @@
|
||||||
<div id="root">
|
<div id="root">
|
||||||
<div id="scroll"></div>
|
<div id="scroll"></div>
|
||||||
{#if dev}
|
{#if dev}
|
||||||
<div id='devTicker'>DEV DUILD</div>
|
<div id='devTicker' style="position:fixed; top:0; left:0; padding:6px; color:yellow; background-color:#0008; z-index:10;">DEV DUILD</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<div class="headerContainer">
|
<div class="headerContainer">
|
||||||
|
@ -56,16 +56,6 @@
|
||||||
min-height: 100dvh;
|
min-height: 100dvh;
|
||||||
}
|
}
|
||||||
|
|
||||||
#devTicker {
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
padding: 6px;
|
|
||||||
color: yellow;
|
|
||||||
background-color: #0008;
|
|
||||||
z-index: 10;
|
|
||||||
}
|
|
||||||
|
|
||||||
.headerContainer {
|
.headerContainer {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue