FIX: ensures menu panel is not too tall for screen (#8248)

This commit is contained in:
Joffrey JAFFEUX 2019-11-02 12:01:24 +01:00 committed by GitHub
parent 200cef90ea
commit af65809ec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@
touch-action: pan-y pinch-zoom;
overflow-y: auto;
overflow-x: hidden;
max-height: 100vh;
max-height: calc(100vh - 100px);
}
.badge-notification {