mirror of
https://github.com/logto-io/logto.git
synced 2025-02-10 21:58:23 -05:00
10 lines
121 B
SCSS
10 lines
121 B
SCSS
|
.preview {
|
||
|
pointer-events: none;
|
||
|
user-select: none;
|
||
|
|
||
|
main {
|
||
|
pointer-events: none;
|
||
|
user-select: none;
|
||
|
}
|
||
|
}
|