mirror of
https://github.com/penpot/penpot.git
synced 2025-02-12 01:58:44 -05: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;
|
||
|
}
|
||
|
}
|