TriplyDB / Yasgui

Yet Another Sparql GUI
https://yasgui.triply.cc
MIT License
185 stars 55 forks source link

[SPARQL Stories] Making the Map view full screen does not work #96

Closed wouterbeek closed 7 years ago

wouterbeek commented 7 years ago

The map can be made full screen, but its height is static. For one map, it may be possible to do something like the following:

html,
body,
.container-fluid,
.container-fluid .main,
.container-fluid .main .row,
.container-fluid .main .row .col,
#mapid {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
wouterbeek commented 7 years ago

This is not generalizable to situations in which YASR is embedded within a larger web page.