aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/AntimodeMenu.scss
diff options
context:
space:
mode:
authorvellichora <fangrui_tong@brown.edu>2020-01-07 15:08:31 -0500
committervellichora <fangrui_tong@brown.edu>2020-01-07 15:08:31 -0500
commite9dcc0f18498d9415d204dfd3e61465a70486374 (patch)
treef65522558d39d1a397647bc6bafa4cfc00f18c44 /src/client/views/AntimodeMenu.scss
parentced3532239c582938271635802e0d2d62703e148 (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.scss9
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;