mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 06:08:24 +02:00
🐛 Fix position of context menu off the screen
This commit is contained in:
parent
02257c08bd
commit
3e92425779
3 changed files with 34 additions and 4 deletions
|
@ -11,7 +11,7 @@ body {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
font-family: "sourcesanspro", sans-serif;
|
||||
height: 100%;
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue