Commit 5f59f960 authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #13600 from twbs/resize-note-correction

change note in .resizable() mixin for accuracy
parents e44f5b15 95683ddf
Showing with 1 addition and 1 deletion
+1 -1
......@@ -2,5 +2,5 @@
.resizable(@direction) {
resize: @direction; // Options: horizontal, vertical, both
overflow: auto; // Safari fix
overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment