mirror of
https://github.com/rio-labs/rio.git
synced 2026-01-05 04:39:49 -06:00
all containers have children, duh.
This commit is contained in:
@@ -52,7 +52,7 @@ export abstract class LinearContainer extends ComponentBase {
|
||||
|
||||
createElement(): HTMLElement {
|
||||
let element = document.createElement('div');
|
||||
element.classList.add('rio-linear-child-container');
|
||||
element.classList.add('rio-linear-container');
|
||||
|
||||
this.helperElement = document.createElement('div');
|
||||
element.appendChild(this.helperElement);
|
||||
|
||||
@@ -442,7 +442,7 @@ select {
|
||||
}
|
||||
|
||||
// Row & Column
|
||||
.rio-linear-child-container {
|
||||
.rio-linear-container {
|
||||
pointer-events: none;
|
||||
|
||||
@include single-container();
|
||||
|
||||
Reference in New Issue
Block a user