diff --git a/assets/css/app.scss b/assets/css/app.scss index 639be8b38e754b3b063afb348833c8345653196c..de1ff7650489f02d8a3ea2ea355d0400f7d1286a 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -523,6 +523,10 @@ td.action > a { white-space: nowrap; } +div.dt-buttons { + position: initial; +} + div.dt-button-background { position: fixed; top: 0; @@ -541,8 +545,8 @@ div.dt-button-background { div.dt-button-collection { position: absolute; - top: 0; - left: 0; + top: 43px !important; + left: 10px !important; width: 150px; margin-top: 3px; padding: 8px 8px 4px 8px;