utilize _Imports.razor to simplify module declarations
This commit is contained in:
@ -151,7 +151,7 @@ app {
|
||||
width: 0;
|
||||
position: fixed; /* Stay in place */
|
||||
z-index: 1; /* Sit on top */
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
background-color: rgb(0,0,0); /* Black fallback color */
|
||||
background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
|
||||
|
Reference in New Issue
Block a user