Change the way the watermark is implemented so that the log area is

scrollable with the mousewheel.
10.3.x-maintenance
Dominic Clifton 2014-12-20 02:04:28 +00:00
parent 41a2ef3295
commit e398e52d9d
2 changed files with 9 additions and 9 deletions

View File

@ -40,15 +40,15 @@ input[type="number"]::-webkit-inner-spin-button {
}
#watermark {
width: 100%;
text-align: center;
position: absolute;
z-index: 0;
display: block;
}
text-align: center;
top: 30px;
left: 0;
bottom: 0;
right: 0;
z-index: -1;
overflow: hidden;
#watermark p{
opacity: 0.1;
font-family: monospace;
color: grey;
font-size: 50px;
@ -201,7 +201,7 @@ input[type="number"]::-webkit-inner-spin-button {
height: 65px;
border: 1px solid silver;
background-color: white;
background-color: rgba(255, 255, 255, 0.5);
overflow-y: scroll;
}

View File

@ -111,7 +111,7 @@
</div>
<div class="clear-both"></div>
<div id="log">
<div id="watermark"><p>CleanFlight</p></div>
<div id="watermark">CleanFlight</div>
<div class="wrapper">
</div>
</div>