Skip to content

Commit

Permalink
fix #19 conflict between cols and navbar when bigger is TRUE (remove …
Browse files Browse the repository at this point in the history
…align center css rule)
  • Loading branch information
DivadNojnarg committed Jan 24, 2020
1 parent 261dca8 commit 4495000
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ on old devices
- add more copyrights

## Bug fix
- fix #19: letting bigger TRUE in `f7Navbar()` would center the body content on scroll, due to a css conflict
- fix issue with `f7Slider()` and `f7TabLayout()`: When setting value of a slider in a swipeable f7TabLayout it cause the tab to be swip. This describe here : framework7io/framework7#2603. Thanks @pvictor
- fix #39: issue in `f7DatePicker()` format for months. Thanks @kmaheshkulkarni
- fix issue in `f7DatePicker()`: the viewport does not scroll to input by default
Expand Down
1 change: 1 addition & 0 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion inst/framework7-5.3.0/grid-extra.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
div[class*="col"] {
/*background: #fff;*/
text-align: center;
/*text-align: center;*/
/*border: 1px; solid #ddd;*/
padding: 5px;
font-size: 12px;
Expand Down

0 comments on commit 4495000

Please sign in to comment.