position.shim.test.css

Same filename in other branches
  1. 10 core/modules/system/tests/modules/position_shim_test/css/position.shim.test.css
  2. 11.x core/modules/system/tests/modules/position_shim_test/css/position.shim.test.css
body {
  overflow-x: hidden;
}
#position-reference-1 {
  width: 200px;
  height: 200px;
  margin: 75px 100px;
  border: 1px solid black;
}

.test-tip {
  width: 75px;
  height: 75px;
  border: 1px solid blue;
}

[data-off-canvas-main-canvas] {
  min-height: 1200px;
}

File

core/modules/system/tests/modules/position_shim_test/css/position.shim.test.css

View source
  1. body {
  2. overflow-x: hidden;
  3. }
  4. #position-reference-1 {
  5. width: 200px;
  6. height: 200px;
  7. margin: 75px 100px;
  8. border: 1px solid black;
  9. }
  10. .test-tip {
  11. width: 75px;
  12. height: 75px;
  13. border: 1px solid blue;
  14. }
  15. [data-off-canvas-main-canvas] {
  16. min-height: 1200px;
  17. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.