mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-24 18:17:56 +01:00
- change Message z-index to overlap over Doodle3D logo
- change Message position in DOM so that the Message box is fully visible in the mobile view
This commit is contained in:
parent
5f15b9945c
commit
7003aefe66
@ -13,6 +13,8 @@
|
||||
color: #333;
|
||||
white-space:nowrap;
|
||||
|
||||
z-index: 5;
|
||||
|
||||
display:none;
|
||||
|
||||
&.error {
|
||||
|
@ -60,9 +60,10 @@
|
||||
<img class="btnInfo btn" src="img/buttons/btnInfo.png">
|
||||
</div>
|
||||
|
||||
<div id="message"></div>
|
||||
</div>
|
||||
|
||||
<div id="message"></div>
|
||||
|
||||
<!-- center panel -->
|
||||
<div class="centerpanel">
|
||||
<div class="logopanel">
|
||||
|
Loading…
Reference in New Issue
Block a user