mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-02 23:27:00 +02:00
6 lines
98 B
SCSS
6 lines
98 B
SCSS
.Island.MiniMap {
|
|
position: absolute;
|
|
bottom: 50px;
|
|
right: calc(var(--space-factor) * 4);
|
|
}
|