mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
Move selrect styles under viewport.
This commit is contained in:
parent
a49e0c2f84
commit
2982f347a4
@ -21,7 +21,6 @@
|
||||
width: 100%;
|
||||
|
||||
transition: none;
|
||||
/* margin: 0 230px 0 230px; */
|
||||
|
||||
margin-top: 20px;
|
||||
margin-left: 20px;
|
||||
@ -45,10 +44,17 @@
|
||||
/* } */
|
||||
|
||||
.viewport {
|
||||
|
||||
&.drawing {
|
||||
cursor: cell;
|
||||
}
|
||||
|
||||
rect.selection-rect {
|
||||
fill: rgba(235, 215, 92, 0.1);
|
||||
stroke: #000000;
|
||||
stroke-width: 0.1px;
|
||||
}
|
||||
|
||||
svg {
|
||||
g.shape {
|
||||
&.selected {
|
||||
@ -59,17 +65,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
rect.selection-rect {
|
||||
fill: rgba(235, 215, 92, 0.1);
|
||||
stroke: #000000;
|
||||
stroke-width: 0.1px;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.viewport, .page-canvas, .page-layout {
|
||||
/* overflow: visible; */
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user