mirror of
https://github.com/searxng/searxng.git
synced 2024-11-06 09:29:32 +00:00
6 lines
196 B
Text
6 lines
196 B
Text
// Resize anything
|
|
|
|
.resizable(@direction) {
|
|
resize: @direction; // Options: horizontal, vertical, both
|
|
overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
|
|
}
|