🐛 Fix position of context menu off the screen

This commit is contained in:
Andrés Moya 2020-07-21 13:11:50 +02:00
parent 02257c08bd
commit 3e92425779
3 changed files with 34 additions and 4 deletions

View file

@ -11,7 +11,7 @@ body {
display: flex;
flex-direction: column;
font-family: "sourcesanspro", sans-serif;
height: 100%;
height: 100vh;
overflow: hidden;
}