diff options
| author | Eleanor Eng <eleanor_eng@brown.edu> | 2019-03-11 17:32:49 -0400 |
|---|---|---|
| committer | Eleanor Eng <eleanor_eng@brown.edu> | 2019-03-11 17:32:49 -0400 |
| commit | 1f038048612e01d0ada6deb9ff2a056cb8d13702 (patch) | |
| tree | 6565b3ddb702b453c2423bcb0dc9deb58b9b9086 /src/client/views/ContextMenu.scss | |
| parent | 6d456bbe4a2de50abe1a4b338d1f446d3123b321 (diff) | |
some changes
Diffstat (limited to 'src/client/views/ContextMenu.scss')
| -rw-r--r-- | src/client/views/ContextMenu.scss | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/client/views/ContextMenu.scss b/src/client/views/ContextMenu.scss index ea40c8e99..82e736520 100644 --- a/src/client/views/ContextMenu.scss +++ b/src/client/views/ContextMenu.scss @@ -6,9 +6,18 @@ flex-direction: column; } +.subMenu-cont { + position: relative; + display: flex; + z-index: 1000; + box-shadow: #AAAAAA .2vw .2vw .4vw; + flex-direction: column; + left: 100%; //should make this appear 100% to the right of the parent element (the original context menu) +} + .contextMenu-item { - width: auto; - height: auto; + width: 10vw; //auto + height: 2vh; //auto background: #F0F8FF; display: flex; justify-content: left; |
