Skip to content

Commit e959a46

Browse files
committed
fix hover issue
1 parent 5b5d704 commit e959a46

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/pages/Content/modules/frame/frame.jsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ const containerMinimizedClass = css({
4949

5050
const containerRightMinimizedClass = css({
5151
transform: 'translateX(100%)',
52-
':hover': {
53-
transform: `translateX(94%)`,
54-
},
52+
// ':hover': {
53+
// transform: `translateX(94%)`,
54+
// },
5555
});
5656

5757
const containerLeftMinimizedClass = css({
5858
transform: 'translateX(-100%)',
59-
':hover': {
60-
transform: `translateX(-94%)`,
61-
},
59+
// ':hover': {
60+
// transform: `translateX(-94%)`,
61+
// },
6262
});
6363

6464
const FRAME_TOGGLE_FUNCTION = 'chromeIframeSidebarToggle';

0 commit comments

Comments
 (0)