OSDN Git Service

3acd3afdbacbb7f642e04f7ff434c18107faad69
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / bootstrap / less / mixins / resize.less
1 // Resize anything
2
3 .resizable(@direction) {
4   resize: @direction; // Options: horizontal, vertical, both
5   overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
6 }