Skip to content

Commit 1371cff

Browse files
authored
Merge pull request #95 from raj-rathod/rajesh
fix:<Fab Menu> Fab menu hover issue #94
2 parents 0a30b0d + a810907 commit 1371cff

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/styles.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,13 +213,16 @@ li {
213213
.floating-container {
214214
position: fixed;
215215
z-index: 9999;
216-
width: 150px;
217-
height: 100px;
216+
width: 65px;
217+
height: 65px;
218+
border-radius: 50%;
218219
bottom: 0;
219220
right: 0;
220221
margin: 35px 25px;
221222
}
222223
.floating-container:hover {
224+
border-radius: 0%;
225+
width: 150px;
223226
height: 300px;
224227
}
225228
.floating-container:hover .floating-button {
@@ -446,9 +449,7 @@ li {
446449
}
447450

448451
.floating-container {
449-
width: 150px;
450-
height: 70px;
451-
margin: 16px !important;
452+
margin: 12px !important;
452453
}
453454
.floating-container .floating-button {
454455
margin-right: 0px !important;

0 commit comments

Comments
 (0)