Index: lams_tool_mindmap/web/includes/css/mindmap.scss =================================================================== diff -u -r960e6b751430fc4832cf844b878fc470d99ad118 -r6904f3515317ff2162766f1beee8a2bc88f38235 --- lams_tool_mindmap/web/includes/css/mindmap.scss (.../mindmap.scss) (revision 960e6b751430fc4832cf844b878fc470d99ad118) +++ lams_tool_mindmap/web/includes/css/mindmap.scss (.../mindmap.scss) (revision 6904f3515317ff2162766f1beee8a2bc88f38235) @@ -7,11 +7,24 @@ #mindmap-container { background-color: $body-bg; - height: calc(100vh - 400px); + height: calc(100vh - 240px); width: 100%; border: $border-thin-solid; } +#fullPageContentDiv:-webkit-full-screen #mindmap-container { + height: calc(100vh - 150px); +} +#fullPageContentDiv:-moz-full-screen #mindmap-container { + height: calc(100vh - 150px); +} +#fullPageContentDiv:-ms-fullscreen #mindmap-container { + height: calc(100vh - 150px); +} +#fullPageContentDiv:fullscreen #mindmap-container { + height: calc(100vh - 150px); +} + // Override the default mapjs styles .mapjs-node .mapjs-label { background: white; @@ -24,3 +37,4 @@ .mapjs-node:hover .mapjs-label { color: black; } +