utilize _Imports.razor to simplify module declarations
This commit is contained in:
@ -146,13 +146,12 @@ app {
|
||||
|
||||
/* Control Panel */
|
||||
.overlay {
|
||||
/* Height & width depends on how you want to reveal the overlay (see JS below) */
|
||||
height: 100%;
|
||||
width: 0;
|
||||
position: fixed; /* Stay in place */
|
||||
z-index: 1; /* Sit on top */
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0; /* Position at right side of screen */
|
||||
top: 0; /* Position at top of screen */
|
||||
background-color: rgb(0,0,0); /* Black fallback color */
|
||||
background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
|
||||
overflow-x: hidden; /* Disable horizontal scroll */
|
||||
|
Reference in New Issue
Block a user