mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-10 17:43:51 +00:00
Implemented loading of short URLs
This commit is contained in:
15
src/common/AsideMenu.scss
Normal file
15
src/common/AsideMenu.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
@import "../utils/base";
|
||||
|
||||
.aside-menu {
|
||||
position: fixed !important;
|
||||
top: $headerHeight;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
display: block;
|
||||
padding: 20px;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
background-color: #f7f7f7;
|
||||
border-right: 1px solid #eee;
|
||||
}
|
||||
Reference in New Issue
Block a user