ucap-lg-web/src/app/layouts/components/top-bar.component.scss

13 lines
194 B
SCSS
Raw Normal View History

2020-03-27 17:43:47 +09:00
.title-bar {
width: 100%;
height: 50px;
-webkit-user-select: none;
-webkit-app-region: drag;
position: fixed;
right: 0;
top: 0;
display: flex;
padding: 0;
cursor: pointer;
}