Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2125,12 +2125,12 @@ h2 {
}

#family {
position: absolute;
position: fixed;
z-index: 9999;
top: 0;
left: 0;
/*padding: 0.5em 2em;*/
width: 100%;
width: 100% !important;
/* 96, 100% if fixed*/
border-bottom: 1px solid;
overflow: none;
Expand All @@ -2139,7 +2139,7 @@ h2 {
-webkit-box-shadow: 0px 0px 10px #333;
-moz-box-shadow: 0px 0px 10px #333;
box-shadow: 0px 0px 10px #333;
background-color: rgba(255, 255, 255, 0.85);
background-color: rgba(255, 255, 255, 1);
/* */
}

Expand Down