1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-25 18:51:42 +02:00

Sticky actions

This commit is contained in:
Barry vd. Heuvel
2024-03-19 19:31:40 +01:00
parent bbdd3075a0
commit 7c8ca409d6

View File

@@ -337,6 +337,9 @@ div.phpdebugbar-mini-design a.phpdebugbar-tab {
.phpdebugbar-widgets-dataset-history .phpdebugbar-widgets-dataset-actions {
text-align: center;
padding: 7px 0;
position: sticky;
top: 0;
background: #fff;
}
.phpdebugbar-widgets-dataset-history .phpdebugbar-widgets-dataset-actions a {
margin: 0 10px;