소스 검색

bugfix: #233 switch sidebar to 100dvh (#234)

James Read 2 년 전
부모
커밋
843121f5fd
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      webui.dev/style.css

+ 2 - 2
webui.dev/style.css

@@ -69,10 +69,10 @@ nav {
 nav.sidebar {
   position: fixed;
   width: 180px;
-  height: 100vh;
+  height: 100dvh;
   left: 0;
   top: 0;
-  transition: 0.5s ease;
+  transition: left 0.5s ease;
   box-shadow: 0 0 10px 0 #444;
   z-index: 3;
   display: flex;