Files
Background-panel/public/assets/less/bootstrap/mixins/resize.less
yyh931018@qq.com 1b0c8f4196 update
2022-09-08 15:32:32 +08:00

7 lines
196 B
Plaintext

// Resize anything
.resizable(@direction) {
resize: @direction; // Options: horizontal, vertical, both
overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
}