mirror of
https://github.com/Polymer/polymer-starter-kit.git
synced 2025-02-25 18:55:22 -06:00
fixes #mainToolbar padding
Otherwise {{appTitle}} is still visible when you scroll and flatten the
waterfall-tall toolbar
This commit is contained in:
@@ -71,7 +71,7 @@ paper-menu iron-icon {
|
||||
}
|
||||
|
||||
#mainToolbar .bottom {
|
||||
padding-bottom: 100px;
|
||||
padding-bottom: 120px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user