Skip to content

Commit bca7a3e

Browse files
committed
revert unused change, leave blackout on for now since it's not sticky at the moment
1 parent 3a5fc7c commit bca7a3e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

resources/js/beatmap-discussions/user-filter.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ export class UserFilter extends React.Component<Props> {
9191
render() {
9292
return (
9393
<SelectOptions
94-
blackout={false} // css sticky elements render on a different stacking context and always get covered by the blackout.
9594
href={this.discussionsState.url}
9695
modifiers='beatmap-discussions-user-filter'
9796
onSelect={this.handleSelect}

resources/js/components/icon-expand.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ interface IconProps {
1010

1111
interface Props {
1212
expand: boolean;
13-
parentClass?: string;
13+
parentClass: string;
1414
}
1515

1616
function Icon({ position, icon }: IconProps) {

0 commit comments

Comments
 (0)