mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-19 21:16:18 +00:00
Updated tabs in visits section to be sticky
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
@import '../utils/base';
|
||||
|
||||
.visits-stats__nav {
|
||||
position: sticky !important;
|
||||
top: $headerHeight - 1px;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.visits-stats__nav-link {
|
||||
border-radius: 0 !important;
|
||||
padding-bottom: calc(.5rem - 3px) !important;
|
||||
|
||||
Reference in New Issue
Block a user