UI bug fix

This commit is contained in:
thuhole
2020-06-18 19:27:39 +08:00
parent bf0aca9f26
commit 25af93ba19

View File

@@ -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;