1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

overflow hidden on user menu

This commit is contained in:
Kyle Spearrin
2018-07-25 11:45:07 -04:00
parent 0e791fd0ec
commit c5bac554a7
2 changed files with 5 additions and 1 deletions

View File

@@ -701,3 +701,7 @@ img.logo {
.min-height-fix {
min-height: 1px;
}
.overflow-hidden {
overflow: hidden;
}