mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-02 17:54:43 +00:00
Merge pull request #13600 from twbs/resize-note-correction
change note in .resizable() mixin for accuracy
This commit is contained in:
commit
5f59f96020
1 changed files with 1 additions and 1 deletions
|
|
@ -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`
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue