Skip to content

Commit

Permalink
Update default.css
Browse files Browse the repository at this point in the history
  • Loading branch information
RemusDBD authored Jul 21, 2024
1 parent 61605d1 commit bca7970
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions assets/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,15 @@ ol.submenu {

.sidebar-footer {
padding: 1em;
font-size:0.8rem;
position: absolute;
bottom: 0px;
font-size: 0.8rem;
color: #808080;
position: fixed; /* Change from absolute to fixed */
width: 100%; /* Ensure it takes up the full width of the sidebar */
bottom: 0;
left: 0; /* Ensure it sticks to the left side */
z-index: 101; /* Ensure it's above other sidebar content */
background-color: #343a40; /* Match the sidebar background color */
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); /* Optional: add a slight shadow for separation */
}

.sidebar-footer > a:link {
Expand Down

0 comments on commit bca7970

Please sign in to comment.