mirror of
https://github.com/penpot/penpot.git
synced 2025-04-15 16:31:25 -05:00
Move selrect styles under viewport.
This commit is contained in:
parent
a49e0c2f84
commit
2982f347a4
1 changed files with 8 additions and 8 deletions
|
@ -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…
Add table
Reference in a new issue