You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.
Tried to add Dimmable dimmer to use blurring feature of semantic
{isLoggedIn && !sidebarOpened && <Dimmer.Dimmable dimmed={true}><Dimmer active={true} /></Dimmer.Dimmable>}
Doesn't work. Even with a <StyledDimmerDimmable> with zIndex applied. {isLoggedIn && !sidebarOpened && <Dimmer active={true} />}
or with <StyledDimmer {...dimmerProps}
Works
Useful Info:
Your environment:
Node version: Latest Stable
Browser: Chrome
OS: OSX
Language/Platform/etc:
Other information
(e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, useful links, eg. stackoverflow, gitter, etc)
Spent forever on this :( . Not really part of your scope though! Feel free to close.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Dimmer.Dimmable Funkiness
Dimmer.Dimmable and Other CSS Funkiness
Jul 24, 2017
ghost
changed the title
Dimmer.Dimmable and Other CSS Funkiness
Dimmer.Dimmable
Jul 24, 2017
Add Dimmer with page:true prop, so the dimmer renders outside the app + add class="blurred" to <body>.
Problem: Sidebar is blurred and covered by the dimmer.
I still try to find the simplest way to add blurred dimmer without a lot of custom code.
Metnew
changed the title
Dimmer.Dimmable
Blurring page dimmer
Aug 5, 2017
I'm submitting a ...
Bug Report:
Tried to add Dimmable dimmer to use blurring feature of semantic
{isLoggedIn && !sidebarOpened && <Dimmer.Dimmable dimmed={true}><Dimmer active={true} /></Dimmer.Dimmable>}
Doesn't work. Even with a
<StyledDimmerDimmable>
with zIndex applied.{isLoggedIn && !sidebarOpened && <Dimmer active={true} />}
or with
<StyledDimmer {...dimmerProps}
Works
Useful Info:
Your environment:
Other information
(e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, useful links, eg. stackoverflow, gitter, etc)
Spent forever on this :( . Not really part of your scope though! Feel free to close.
The text was updated successfully, but these errors were encountered: