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

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

change note in .resizable() mixin for accuracy
parents e44f5b15 95683ddf
......@@ -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`
}
Markdown is supported
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