diff options
| author | vellichora <fangrui_tong@brown.edu> | 2020-01-07 15:08:31 -0500 |
|---|---|---|
| committer | vellichora <fangrui_tong@brown.edu> | 2020-01-07 15:08:31 -0500 |
| commit | e9dcc0f18498d9415d204dfd3e61465a70486374 (patch) | |
| tree | f65522558d39d1a397647bc6bafa4cfc00f18c44 /src/client/views/AntimodeMenu.scss | |
| parent | ced3532239c582938271635802e0d2d62703e148 (diff) | |
kind of hack to get selects in richtextmenu to be selectable again
Diffstat (limited to 'src/client/views/AntimodeMenu.scss')
| -rw-r--r-- | src/client/views/AntimodeMenu.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/views/AntimodeMenu.scss b/src/client/views/AntimodeMenu.scss index a45f3346a..f78b1dbfb 100644 --- a/src/client/views/AntimodeMenu.scss +++ b/src/client/views/AntimodeMenu.scss @@ -8,6 +8,15 @@ // overflow: hidden; display: flex; + &.with-rows { + flex-direction: column + } + + .antimodeMenu-row { + display: flex; + height: 35px; + } + .antimodeMenu-button { background-color: transparent; width: 35px; |
