Skip to content

Commit 3a81719

Browse files
authored
Merge pull request #130 from remotestorage/bugfix/firefox_layout_issue
Fix button being visible while widget is closed (in Firefox)
2 parents 427508b + 9eea85b commit 3a81719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
max-height: 0px;
3838
}
3939

40-
.rs-box.rs-selected {
40+
.rs-box.rs-selected:not([aria-hidden=true]) {
4141
opacity: 1;
4242
max-height: 420px;
4343
}

0 commit comments

Comments
 (0)