Skip to content

Commit

Permalink
Organizr-base error page fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbN committed Aug 27, 2021
1 parent f8c1aa0 commit 009a7b7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CSS/themes/organizr/organizr-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -2212,7 +2212,14 @@ fieldset[disabled] .form-control {

.error-page {
width: 100%;
background: #1b1a1a;
background: var(--main-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
height: 100%;
position: fixed;
display: none;
Expand Down

0 comments on commit 009a7b7

Please sign in to comment.