2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

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

change note in .resizable() mixin for accuracy
This commit is contained in:
Chris Rebert
2014-05-17 15:29:07 -07:00
+1 -1
View File
@@ -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`
}