2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

BUGFIX: overflow hidden messes stuff up for chrome on mac

This commit is contained in:
Sam 2014-03-24 10:13:46 +11:00
parent a974dddec2
commit 89b62e133d
2 changed files with 0 additions and 2 deletions

View file

@ -152,7 +152,6 @@
.d-dropdown {
display: none;
overflow: hidden;
width: 320px;
position: absolute;
top: 100%;

View file

@ -143,7 +143,6 @@
.d-dropdown {
display: none;
overflow: hidden;
width: 290px;
position: absolute;
top: 100%;