mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-05-09 01:46:41 +07:00
render: map composing (working)
This commit is contained in:
parent
2eb398ef6b
commit
4747c918e2
9 changed files with 122 additions and 7 deletions
15
src/styles/renderer.less
Normal file
15
src/styles/renderer.less
Normal file
|
@ -0,0 +1,15 @@
|
|||
.renderer-shade {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 1000;
|
||||
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
|
||||
//canvas {
|
||||
// width: 50vw;
|
||||
// height: 50vh;
|
||||
//}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue