Show spam aliases #
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
// AbsoluteLayout
|
||||
|
||||
.@{prefix}-abs-layout {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
body .@{prefix}-abs-layout-item, .@{prefix}-abs-end {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.@{prefix}-abs-end {
|
||||
width: 1px; height: 1px;
|
||||
}
|
||||
|
||||
.@{prefix}-container-body.@{prefix}-abs-layout {
|
||||
overflow: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user