forked from newthuhole/hole_thu_frontend
UI bug fix
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
.title-bar {
|
.title-bar {
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: -6em;
|
top: -4em;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 9em;
|
height: 7em;
|
||||||
background-color: rgba(255,255,255,.8);
|
background-color: rgba(255,255,255,.8);
|
||||||
box-shadow: 0 0 25px rgba(0,0,0,.4);
|
box-shadow: 0 0 25px rgba(0,0,0,.4);
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
|||||||
Reference in New Issue
Block a user