mirror of
https://github.com/penpot/penpot.git
synced 2026-08-17 18:28:41 +00:00
13 lines
215 B
SCSS
13 lines
215 B
SCSS
.workspace-content {
|
|
.horizontal-rule {
|
|
transition: none;
|
|
position: absolute;
|
|
pointer-events: none;
|
|
}
|
|
.vertical-rule {
|
|
transition: none;
|
|
position: absolute;
|
|
pointer-events: none;
|
|
}
|
|
}
|