Cleanup ReactButton's CSS, fix hitboxes of reactbutton and extrabuttons

This commit is contained in:
Henry Jameson 2021-02-03 09:18:44 +02:00
parent 78f8147aa6
commit 213c5637d4
3 changed files with 63 additions and 48 deletions

View file

@ -139,6 +139,11 @@
@import '../../_variables.scss';
.ExtraButtons {
/* override of popover internal stuff */
.popover-trigger-button {
width: auto;
}
.popover-trigger {
position: static;
padding: 10px;