Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

position-container.module.css

Same filename in this branch
  1. 11.1.x core/themes/stable9/css/system/components/position-container.module.css
/*
 * @file
 * Contain positioned elements.
 */

.position-container {
  position: relative;
}

File

core/modules/system/css/components/position-container.module.css

View source
  1. /*
  2. * @file
  3. * Contain positioned elements.
  4. */
  5. .position-container {
  6. position: relative;
  7. }
RSS feed
Powered by Drupal