Skip to content

Commit 25822c5

Browse files
committed
fixed overflow dropdown bug
1 parent d9dd712 commit 25822c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wp-content/themes/aasgw/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,6 @@ a:active {
501501
//background: linear-gradient(#ededed,#d0d0d0);
502502
background: linear-gradient(#659cdf,#6a9fe6,#659cdf);
503503
display:inline-block;
504-
overflow:hidden;
505504

506505
}
507506

@@ -604,6 +603,7 @@ a:active {
604603
}
605604

606605
.menu-book{
606+
clear:left;
607607
height:100%;
608608
position: absolute;
609609
display:inline-block;
@@ -613,6 +613,7 @@ a:active {
613613

614614
.menu-book ul{
615615
float: right;
616+
616617
text-align: center;
617618
list-style: none;
618619
height:100%;

0 commit comments

Comments
 (0)