diff options
| author | andrewdkim <adkim414@gmail.com> | 2019-08-06 12:25:09 -0400 |
|---|---|---|
| committer | andrewdkim <adkim414@gmail.com> | 2019-08-06 12:25:09 -0400 |
| commit | 2c86a6958186c020ce7fbe99555f07ffe9f9f821 (patch) | |
| tree | 0ce0c325fdfc4a1e3405632e2e79133660075220 /src/client/views/animationtimeline/TimelineMenu.scss | |
| parent | 62a34043949f051533ca549be48b774696331d43 (diff) | |
timeline contextmenu
Diffstat (limited to 'src/client/views/animationtimeline/TimelineMenu.scss')
| -rw-r--r-- | src/client/views/animationtimeline/TimelineMenu.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/views/animationtimeline/TimelineMenu.scss b/src/client/views/animationtimeline/TimelineMenu.scss index e69de29bb..458c1eda1 100644 --- a/src/client/views/animationtimeline/TimelineMenu.scss +++ b/src/client/views/animationtimeline/TimelineMenu.scss @@ -0,0 +1,7 @@ +.timeline-menu-container{ + position: absolute; + z-index: 10000; + width: 500px; + height: 500px; + background-color: black; +}
\ No newline at end of file |
