mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
0px
This commit is contained in:
parent
dc2581a308
commit
154654bb9f
5 changed files with 35 additions and 35 deletions
|
@ -59,7 +59,7 @@
|
|||
&__footer {
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
bottom: 0px;
|
||||
bottom: 0;
|
||||
|
||||
:root[dir="ltr"] & {
|
||||
right: 0;
|
||||
|
@ -80,7 +80,7 @@
|
|||
}
|
||||
|
||||
:root[dir="ltr"] &.transition-right {
|
||||
transform: translate(999px, 0px);
|
||||
transform: translate(999px, 0);
|
||||
}
|
||||
|
||||
:root[dir="rtl"] &.transition-left {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue