Skip to content
Snippets Groups Projects
Commit 4fcc3d6b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix broadcast message overflow

parent 589930bd
No related branches found
No related tags found
No related merge requests found
.page-with-sidebar {
background: #F5F5F5;
.sidebar-wrapper {
position: fixed;
top: 0;
left: 0;
height: 100%;
border-right: 1px solid #EAEAEA;
}
}
 
.sidebar-wrapper {
Loading
Loading
@@ -97,11 +105,6 @@
 
.sidebar-wrapper {
width: 250px;
position: fixed;
left: 250px;
height: 100%;
margin-left: -250px;
border-right: 1px solid #EAEAEA;
 
.nav-sidebar {
margin-top: 20px;
Loading
Loading
@@ -123,11 +126,6 @@
 
.sidebar-wrapper {
width: 52px;
position: fixed;
top: 0;
left: 0;
height: 100%;
border-right: 1px solid #EAEAEA;
overflow-x: hidden;
 
.nav-sidebar {
Loading
Loading
@@ -157,5 +155,3 @@
@media(min-width: $screen-sm-max) {
@include expanded-sidebar;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment