diff options
| author | geireann <60007097+geireann@users.noreply.github.com> | 2020-06-17 18:38:25 +0800 |
|---|---|---|
| committer | geireann <60007097+geireann@users.noreply.github.com> | 2020-06-17 18:38:25 +0800 |
| commit | 0a60a9861c21efc95cb8f98b44b1ee02c5ebda02 (patch) | |
| tree | 0ad8aea9475571653a7e629ae9ba36b9271a8c1e /src/mobile/MobileMenu.scss | |
| parent | 22649d15932f719e0b57166158a3660941a7ef72 (diff) | |
| parent | 5b7b2a3e083d532758409474b8549b7bc16e7a4e (diff) | |
Merge branch 'mobile_revision_direct' of https://github.com/browngraphicslab/Dash-Web into mobile_revision_direct
Diffstat (limited to 'src/mobile/MobileMenu.scss')
| -rw-r--r-- | src/mobile/MobileMenu.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mobile/MobileMenu.scss b/src/mobile/MobileMenu.scss index 3126a7d0e..55c62f458 100644 --- a/src/mobile/MobileMenu.scss +++ b/src/mobile/MobileMenu.scss @@ -20,6 +20,7 @@ body { height: $navbar-height; background-color: whitesmoke; border-bottom: 5px solid black; + z-index: 150; } .navbar .cover { @@ -55,6 +56,11 @@ body { user-select: none; text-transform: uppercase; font-family: Arial, Helvetica, sans-serif; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + direction: ltr; + width: 600px; } .navbar .toggle-btn span { @@ -192,8 +198,10 @@ body { .sidebar.active { + position: absolute; right: 0%; opacity: 1; + z-index: 101; } .back { |
