Browse Source

UI bug fix

dev
thuhole 5 years ago
parent
commit
25af93ba19
  1. 4
      src/Title.css

4
src/Title.css

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

Loading…
Cancel
Save