mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Prevent popover from scrolling on admin dashboard.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
|
||||
body { padding-top: 75px; font-size: 14px; }
|
||||
body#admin-admin .popover { position: fixed }
|
||||
|
||||
@media (max-width: 992px) {
|
||||
body { height: 100vh; overflow-y: auto!important; }
|
||||
@@ -218,6 +219,8 @@ td.options .btn-group { display: flex; }
|
||||
.table .nav-tabs a,
|
||||
.table th a, .table td a { text-decoration: none }
|
||||
|
||||
|
||||
|
||||
.table > thead > tr > th, tr > th { padding: 15px 10px; font-weight:bold; font-variant: small-caps; }
|
||||
|
||||
.label, .badge { text-shadow: 1px 1px 0px #000; box-shadow: 1px 1px 0px #000; }
|
||||
|
Reference in New Issue
Block a user