AppBar position="fixed" shouldn't require a shim
See original GitHub issueIn order to make the AppBar (position=static) work in the least surprising way a shim is required:
<AppBar position="static">...</AppBar>
<div style={{height: 64}}>Shim - Not visible</div>
<List>...</List>
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:12 (3 by maintainers)
Top Results From Across the Web
Content beneath fixed AppBar - Stack Overflow
The size of my AppBar changes on window resize to-and-from mobile(960px). The theme.mixins.toolbar solution returns a static theme height, which ...
Read more >Error: Unable to open shim database - MSDN - Microsoft
What's going on is that there is a "shim database" in the registry that the runtime reads ... NET Framework is broken shouldn't...
Read more >Issues closed in the 2.x development cycle
Just one bugfix: fixed bad CRCRLF line-endings in notebooks on Windows. Pull Requests (1):. PR #6911: don't use text mode in mkstemp. Issues...
Read more >Replace Toolbar BackboneJS usage with VanillaJS equivalent
This issue's scope to to replace Toolbar's use of Backbone with ... We shouldn't be using weights at all, here adding the shim...
Read more >Hooks API Reference - React
Note that React may still need to render that specific component again before bailing out. That shouldn't be a concern because React won't...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@StokeMasterJack I believed you meant
fixed
in the example.There are different solutions to this problem:
P.S. the height of the AppBar is dynamic, it changes with the screen width.
Isn’t there any way we can get the height current height of the topbar on our styles?
This is what I want to achieve