Skip to content

v1.0.0-alpha.17

Pre-release
Pre-release

Choose a tag to compare

@lazabogdan lazabogdan released this 21 Nov 20:55
· 19 commits to master since this release

Changes

  • add .mdk-drawer-layout--fullbleed explicit CSS modifier to make the drawer layout fill it’s parent container using absolute positioning
  • add .mdk-drawer-layout__content--scrollable explicit CSS modifier to enable scroll on the drawer layout content (intended for use with .mdk-drawer-layout[has-scrolling-region])
  • add .mdk-header-layout--fullbleed explicit CSS modifier to make the header layout fill it’s parent container using absolute positioning
  • add .mdk-header-layout__content--scrollable explicit CSS modifier to enable scroll on the header layout content (intended for use with .mdk-header-layout[has-scrolling-region])
  • add .mdk-header-layout__content--fullbleed explicit CSS modifier to make the header layout content fill it’s parent using absolute positioning (intended for use with .mdk-header-layout[has-scrolling-region])
  • apply height: 100% by default to .mdk-header-layout