File: application.css

package info (click to toggle)
ruby-graphiql-rails 1.4.10-1
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm, bullseye, buster
  • size: 6,640 kB
  • sloc: ruby: 226; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 137 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
/*
 = require ./graphiql-0.11.11
*/

html, body, #graphiql-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  width: 100%;
}